Set_Marker_XXX
Functions
Detailed Description
-
group
Set_Marker_XXX
Function Documentation
-
void
HIC_Set_Marker_Symbol
(HIC_Rendition const *nr, HIC_RGBAS32 nsymbol) This function changes the marker symbol.
Parameters: - nr – A pointer to a const HIC_Rendition.
- nsymbol – A HIC_RGBAS32 int.
-
void
HIC_Set_Marker_Name
(HIC_Rendition const *nr, const char *nname) This function sets the marker symbol using the passed in string value.
Parameters: - nr – A pointer to a const HIC_Rendition.
- nname – A const char pointer, a user-defined glyph or marker symbol such as “<>”.
-
void
HIC_Set_Marker_Size
(HIC_Rendition const *nr, float nsize) This function changes the marker size to the passed in float value.
Parameters: - nr – A pointer to a const HIC_Rendition.
- nsize – A float.
-
void
HIC_Set_Variable_Marker_Size
(HIC_Rendition const *nr, HIC_Size_Units nunits, float nsize) This function changes the marker size.
Parameters: - nr – A pointer to a const HIC_Rendition.
- nunits – A HIC_Size_Units.
- nsize – A float.
-
void
HIC_Set_Marker_Color
(HIC_Rendition const *nr, HIC_RGB const *rgb) This function changes the marker color.
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.
-
void
HIC_Set_Marker_Contrast_Color
(HIC_Rendition const *nr, HIC_RGB const *rgb) This function changes the marker contrast color.
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.
-
void
HIC_Set_Internal_Marker_Color
(HIC_Rendition const *nr, HIC_RGBAS32 internal) This function changes the internal marker color.
Parameters: - nr – A pointer to a const HIC_Rendition.
- internal – A HIC_RGBAS32 int.