|
HC_EXTERNAL HIC_API void HIC_Draw_DC_Gouraud_Polyline |
( |
HIC_Rendition const * |
nr, |
|
|
int |
count, |
|
|
HIC_DC_Point const * |
points, |
|
|
HIC_RGBAS32 const * |
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. |
This function draws a gouraud polyline.
|