|
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.
|