Draw_DC_XXX_Polymarker
Functions | |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Colorized_Polymarker (HIC_Rendition const *nr, int count, HIC_DC_Point const point[], HIC_RGBAS32 const *colors, bool single, float const *rotations, float const *size_fixups) |
HC_EXTERNAL HIC_API void | HIC_Draw_DC_Polymarker (HIC_Rendition const *nr, int count, HIC_DC_Point const point[], float const *rotations, float const *size_fixups) |
Detailed Description
Function Documentation
◆ HIC_Draw_DC_Colorized_Polymarker()
HC_EXTERNAL HIC_API void HIC_Draw_DC_Colorized_Polymarker | ( | HIC_Rendition const * | nr, |
int | count, | ||
HIC_DC_Point const | point[], | ||
HIC_RGBAS32 const * | colors, | ||
bool | single, | ||
float const * | rotations, | ||
float const * | size_fixups | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. count An int representing the number of points in the HIC_DC_Point array. point An array of const HIC_DC_Point. colors A pointer to a const HIC_RGBAS32. single A boolean. rotations A pointer to a const float. size_fixups A pointer to a const float.
This function draws a polymarker using passed in color values instead of rendition colors.
◆ HIC_Draw_DC_Polymarker()
HC_EXTERNAL HIC_API void HIC_Draw_DC_Polymarker | ( | HIC_Rendition const * | nr, |
int | count, | ||
HIC_DC_Point const | point[], | ||
float const * | rotations, | ||
float const * | size_fixups | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. count An int. point An array of const HIC_DC_Point. rotations A pointer to a const float. size_fixups A pointer to a const float.
This function draws a polymarker.