Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Internal_Marker_Color (HIC_Rendition const *nr, HIC_RGBAS32 internal) |
HC_EXTERNAL HIC_API void | HIC_Set_Marker_Color (HIC_Rendition const *nr, HIC_RGB const *rgb) |
HC_EXTERNAL HIC_API void | HIC_Set_Marker_Contrast_Color (HIC_Rendition const *nr, HIC_RGB const *rgb) |
HC_EXTERNAL HIC_API void | HIC_Set_Marker_Name (HIC_Rendition const *nr, const char *nname) |
HC_EXTERNAL HIC_API void | HIC_Set_Marker_Size (HIC_Rendition const *nr, float nsize) |
HC_EXTERNAL HIC_API void | HIC_Set_Marker_Symbol (HIC_Rendition const *nr, HIC_RGBAS32 nsymbol) |
HC_EXTERNAL HIC_API void | HIC_Set_Variable_Marker_Size (HIC_Rendition const *nr, HIC_Size_Units nunits, float nsize) |
HC_EXTERNAL HIC_API void HIC_Set_Internal_Marker_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGBAS32 | internal | |||
) |
nr | A pointer to a const HIC_Rendition. | |
internal | A HIC_RGBAS32 int. |
HC_EXTERNAL HIC_API void HIC_Set_Marker_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. |
HC_EXTERNAL HIC_API void HIC_Set_Marker_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. |
HC_EXTERNAL HIC_API void HIC_Set_Marker_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 "<>". |
HC_EXTERNAL HIC_API void HIC_Set_Marker_Size | ( | HIC_Rendition const * | nr, | |
float | nsize | |||
) |
nr | A pointer to a const HIC_Rendition. | |
nsize | A float. |
HC_EXTERNAL HIC_API void HIC_Set_Marker_Symbol | ( | HIC_Rendition const * | nr, | |
HIC_RGBAS32 | nsymbol | |||
) |
nr | A pointer to a const HIC_Rendition. | |
nsymbol | A HIC_RGBAS32 int. |
HC_EXTERNAL HIC_API void HIC_Set_Variable_Marker_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. |