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
nrA pointer to a const HIC_Rendition.
internalA 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
nrA pointer to a const HIC_Rendition.
rgbA 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
nrA pointer to a const HIC_Rendition.
rgbA 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
nrA pointer to a const HIC_Rendition.
nnameA 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
nrA pointer to a const HIC_Rendition.
nsizeA 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
nrA pointer to a const HIC_Rendition.
nsymbolA 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
nrA pointer to a const HIC_Rendition.
nunitsA HIC_Size_Units.
nsizeA float.

This function changes the marker size.