Function Index Class Index

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)
HC_EXTERNAL HIC_API void HIC_Set_Simple_Reflection_Face_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)

Function Documentation

HC_EXTERNAL HIC_API void HIC_Set_Cut_Face_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)

Parameters:
nr A pointer to a const HIC_Rendition.
rgb A 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:
nr A pointer to a const HIC_Rendition.
rgb A 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:
nr A pointer to a const HIC_Rendition.
rgb A 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:
nr A pointer to a const HIC_Rendition.
rgb A 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:
nr A pointer to a const HIC_Rendition.
displacement A 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:
nr A pointer to a const HIC_Rendition.
rgb A 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:
nr A pointer to a const HIC_Rendition.
npattern An 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:
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 face transmission color.

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

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

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

HC_EXTERNAL HIC_API void HIC_Set_Simple_Reflection_Face_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)

Parameters:
nr A pointer to a const HIC_Rendition.
rgb A pointer to a const HIC_RGB, a structure of three floats, each between 0 and 1.
This function sets the simple reflection face color.