Draw_DC_XXX_Polydot

Functions

HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Polydot (HIC_Rendition const *nr, int count, HIC_DC_Point const points[], HIC_RGBAS32 const *colors, bool single)
 
HC_EXTERNAL HIC_API void HIC_Draw_DC_Polydot (HIC_Rendition const *nr, int count, HIC_DC_Point const points[])
 

Detailed Description

Function Documentation

◆ HIC_Draw_DC_Colorized_Polydot()

HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Polydot ( HIC_Rendition const *  nr,
int  count,
HIC_DC_Point const  points[],
HIC_RGBAS32 const *  colors,
bool  single 
)
Parameters
nrA pointer to a const HIC_Rendition.
countAn int.
pointsAn array of const HIC_DC_Point.
colorsA pointer to a const HIC_RGBAS32.
singleA boolean.

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

◆ HIC_Draw_DC_Polydot()

HC_EXTERNAL HIC_API void HIC_Draw_DC_Polydot ( HIC_Rendition const *  nr,
int  count,
HIC_DC_Point const  points[] 
)
Parameters
nrA pointer to a const HIC_Rendition.
countAn int.
pointsAn array of const HIC_DC_Point.

This function draws a polydot.