Function Index Class Index

Draw_DC_Face

Functions

HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Face (HIC_Rendition const *nr, int count, HIC_DC_Point const points[], HIC_RGBAS32 const color[])
 
HC_EXTERNAL HIC_API void HIC_Draw_DC_Face (HIC_Rendition const *nr, int count, HIC_DC_Point const points[])
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Face ( HIC_Rendition const *  nr,
int  count,
HIC_DC_Point const  points[],
HIC_RGBAS32 const  color[] 
)
Parameters
nrA pointer to a const HIC_Rendition.
countAn int.
pointsA pointer to a const HIC_DC_Point.
colorA pointer to a const HIC_RGBAS32.

This function draws a face using passed in color values instead of rendition colors.

HC_EXTERNAL HIC_API void HIC_Draw_DC_Face ( HIC_Rendition const *  nr,
int  count,
HIC_DC_Point const  points[] 
)
Parameters
nrA pointer to a const HIC_Rendition.
countAn int, the number of points in the array of vertices which define a polygon.
pointsA pointer to a const HIC_DC_Point.

This function draws a face.