Set_Marker_XXX
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) |
Detailed Description
Function Documentation
◆ HIC_Set_Internal_Marker_Color()
HC_EXTERNAL HIC_API void HIC_Set_Internal_Marker_Color | ( | HIC_Rendition const * | nr, |
HIC_RGBAS32 | internal | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. internal A HIC_RGBAS32 int.
This function changes the internal marker color.
◆ HIC_Set_Marker_Color()
HC_EXTERNAL HIC_API void HIC_Set_Marker_Color | ( | HIC_Rendition const * | nr, |
HIC_RGB const * | rgb | ||
) |
- Parameters
-
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 changes the marker color.
◆ HIC_Set_Marker_Contrast_Color()
HC_EXTERNAL HIC_API void HIC_Set_Marker_Contrast_Color | ( | HIC_Rendition const * | nr, |
HIC_RGB const * | rgb | ||
) |
- Parameters
-
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 changes the marker contrast color.
◆ HIC_Set_Marker_Name()
HC_EXTERNAL HIC_API void HIC_Set_Marker_Name | ( | HIC_Rendition const * | nr, |
const char * | nname | ||
) |
- Parameters
-
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 marker symbol using the passed in string value.
◆ HIC_Set_Marker_Size()
HC_EXTERNAL HIC_API void HIC_Set_Marker_Size | ( | HIC_Rendition const * | nr, |
float | nsize | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. nsize A float.
This function changes the marker size to the passed in float value.
◆ HIC_Set_Marker_Symbol()
HC_EXTERNAL HIC_API void HIC_Set_Marker_Symbol | ( | HIC_Rendition const * | nr, |
HIC_RGBAS32 | nsymbol | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. nsymbol A HIC_RGBAS32 int.
This function changes the marker symbol.
◆ HIC_Set_Variable_Marker_Size()
HC_EXTERNAL HIC_API void HIC_Set_Variable_Marker_Size | ( | HIC_Rendition const * | nr, |
HIC_Size_Units | nunits, | ||
float | nsize | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. nunits A HIC_Size_Units. nsize A float.
This function changes the marker size.