Function Index Class Index

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)

Function Documentation

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.

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.

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.

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.

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.

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.

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.