Draw_DC_XXX_Polydot
Functions
void | HIC_Draw_DC_Polydot |
void | HIC_Draw_DC_Colorized_Polydot |
Detailed Description
-
group
Draw_DC_XXX_Polydot
Function Documentation
-
void
HIC_Draw_DC_Polydot
(HIC_Rendition const *nr, int count, HIC_DC_Point const points[]) This function draws a polydot.
Parameters: - nr – A pointer to a const HIC_Rendition.
- count – An int.
- points – An array of const HIC_DC_Point.
-
void
HIC_Draw_DC_Colorized_Polydot
(HIC_Rendition const *nr, int count, HIC_DC_Point const points[], HIC_RGBAS32 const *colors, int single) This function draws a polydot using passed in color values instead of rendition colors.
Parameters: - nr – A pointer to a const HIC_Rendition.
- count – An int.
- points – An array of const HIC_DC_Point.
- colors – A pointer to a const HIC_RGBAS32.
- single – A boolean.