Functions
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_Pattern (HIC_Rendition const *nr, int npattern)
 
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_Mirror_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)
 
HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_Color (HIC_Rendition const *nr, HIC_RGBAS32 internal)
 
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_Internal_Face_Back_Color (HIC_Rendition const *nr, HIC_RGBAS32 internal)
 
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_Internal_Face_Contrast_Color (HIC_Rendition const *nr, HIC_RGBAS32 internal)
 
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_Face_Displacement (HIC_Rendition const *nr, float displacement)
 

Detailed Description

Function Documentation

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.

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.

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.

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.

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.

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.

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
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.

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.

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.

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.