Set_Face_XXX

Functions

HC_EXTERNAL HIC_API void HIC_Set_Cut_Face_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)
 
HC_EXTERNAL HIC_API void HIC_Set_Face_Back_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)
 
HC_EXTERNAL HIC_API void HIC_Set_Face_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)
 
HC_EXTERNAL HIC_API void HIC_Set_Face_Contrast_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)
 
HC_EXTERNAL HIC_API void HIC_Set_Face_Displacement (HIC_Rendition const *nr, float displacement)
 
HC_EXTERNAL HIC_API void HIC_Set_Face_Mirror_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)
 
HC_EXTERNAL HIC_API void HIC_Set_Face_Pattern (HIC_Rendition const *nr, int npattern)
 
HC_EXTERNAL HIC_API void HIC_Set_Face_Transmission_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)
 
HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_Back_Color (HIC_Rendition const *nr, HIC_RGBAS32 internal)
 
HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_Color (HIC_Rendition const *nr, HIC_RGBAS32 internal)
 
HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_Contrast_Color (HIC_Rendition const *nr, HIC_RGBAS32 internal)
 

Detailed Description

Function Documentation

◆ HIC_Set_Cut_Face_Color()

HC_EXTERNAL HIC_API void HIC_Set_Cut_Face_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)
Parameters
nrA pointer to a const HIC_Rendition.
rgbA pointer to a const HIC_RGB, a structure of three floats, each between 0 and 1.

This function sets the cut face color.

◆ HIC_Set_Face_Back_Color()

HC_EXTERNAL HIC_API void HIC_Set_Face_Back_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 0 and 1.

This function changes the face back color.

◆ HIC_Set_Face_Color()

HC_EXTERNAL HIC_API void HIC_Set_Face_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)
Parameters
nrA pointer to a const HIC_Rendition.
rgbA pointer to a const HIC_RGB, a structure of three floats, each between zero and one.

This function changes the face color.

◆ HIC_Set_Face_Contrast_Color()

HC_EXTERNAL HIC_API void HIC_Set_Face_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 0 and 1.

This function changes the face contrast color.

◆ HIC_Set_Face_Displacement()

HC_EXTERNAL HIC_API void HIC_Set_Face_Displacement ( HIC_Rendition const *  nr,
float  displacement 
)
Parameters
nrA pointer to a const HIC_Rendition.
displacementA float.

This function changes the face displacement using the passed in float value.

◆ HIC_Set_Face_Mirror_Color()

HC_EXTERNAL HIC_API void HIC_Set_Face_Mirror_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)
Parameters
nrA pointer to a const HIC_Rendition.
rgbA pointer to a const HIC_RGB, a structure of three floats, each between 0 and 1.

This function changes the face mirror color.

◆ HIC_Set_Face_Pattern()

HC_EXTERNAL HIC_API void HIC_Set_Face_Pattern ( HIC_Rendition const *  nr,
int  npattern 
)
Parameters
nrA pointer to a const HIC_Rendition.
npatternAn int.

This function changes the face pattern to the passed in int value.

See also
HIC_New_User_Pattern

◆ HIC_Set_Face_Transmission_Color()

HC_EXTERNAL HIC_API void HIC_Set_Face_Transmission_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 face transmission color.

◆ HIC_Set_Internal_Face_Back_Color()

HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_Back_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 face back color.

◆ HIC_Set_Internal_Face_Color()

HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_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 face color.

◆ HIC_Set_Internal_Face_Contrast_Color()

HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_Contrast_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 face contrast color.