Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Vertex_Symbol (HIC_Rendition const *nr, HIC_RGBAS32 nsymbol) |
HC_EXTERNAL HIC_API void | HIC_Set_Vertex_Name (HIC_Rendition const *nr, const char *nname) |
HC_EXTERNAL HIC_API void | HIC_Set_Vertex_Size (HIC_Rendition const *nr, float nsize) |
HC_EXTERNAL HIC_API void | HIC_Set_Variable_Vertex_Size (HIC_Rendition const *nr, HIC_Size_Units nunits, float nsize) |
HC_EXTERNAL HIC_API void | HIC_Set_Vertex_Color (HIC_Rendition const *nr, HIC_RGB const *rgb) |
HC_EXTERNAL HIC_API void | HIC_Set_Vertex_Contrast_Color (HIC_Rendition const *nr, HIC_RGB const *rgb) |
HC_EXTERNAL HIC_API void | HIC_Set_Internal_Vertex_Color (HIC_Rendition const *nr, HIC_RGBAS32 internal) |
HC_EXTERNAL HIC_API void HIC_Set_Internal_Vertex_Color | ( | HIC_Rendition const * | nr, |
HIC_RGBAS32 | internal | ||
) |
nr | A pointer to a const HIC_Rendition. |
internal | A HIC_RGBAS32 int. |
This function sets the internal vertex color.
HC_EXTERNAL HIC_API void HIC_Set_Variable_Vertex_Size | ( | HIC_Rendition const * | nr, |
HIC_Size_Units | nunits, | ||
float | nsize | ||
) |
nr | A pointer to a const HIC_Rendition. |
nunits | A HIC_Size_Units. |
nsize | A float. |
This function changes the vertex size.
HC_EXTERNAL HIC_API void HIC_Set_Vertex_Color | ( | HIC_Rendition const * | nr, |
HIC_RGB const * | rgb | ||
) |
nr | A pointer to a const HIC_Rendition. |
rgb | A pointer to a HIC_RGB, a structure of three floats, each between zero and one. |
This function sets the vertex color.
HC_EXTERNAL HIC_API void HIC_Set_Vertex_Contrast_Color | ( | HIC_Rendition const * | nr, |
HIC_RGB const * | rgb | ||
) |
nr | A pointer to a const HIC_Rendition. |
rgb | A pointer to a HIC_RGB, a structure of three floats, each between zero and one. |
This function sets the vertex contrast color.
HC_EXTERNAL HIC_API void HIC_Set_Vertex_Name | ( | HIC_Rendition const * | nr, |
const char * | nname | ||
) |
nr | A pointer to a const HIC_Rendition. |
nname | A const char pointer, a user-defined glyph or marker symbol such as "<>". |
This function sets the vertex symbol using the passed in string value.
HC_EXTERNAL HIC_API void HIC_Set_Vertex_Size | ( | HIC_Rendition const * | nr, |
float | nsize | ||
) |
nr | A pointer to a const HIC_Rendition. |
nsize | A float. |
This function changes the vertex size to the passed in float value.
HC_EXTERNAL HIC_API void HIC_Set_Vertex_Symbol | ( | HIC_Rendition const * | nr, |
HIC_RGBAS32 | nsymbol | ||
) |
nr | A pointer to a const HIC_Rendition. |
nsymbol | A HIC_RGBAS32 int. |
This function changes the vertex symbol.