Show_Face_XXX

Detailed Description

group Show_Face_XXX

Function Documentation

float HIC_Show_Face_Opacity(HIC_Rendition const *inr)

This function returns face opacity as a float.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
unsigned char HIC_Show_Face_DirectRGB_Red(HIC_Rendition const *nr)

This function returns face direct rgb red as an unsigned char.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:An unsigned char.
unsigned char HIC_Show_Face_DirectRGB_Green(HIC_Rendition const *nr)

This function returns face direct rgb green as an unsigned char.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:An unsigned char.
unsigned char HIC_Show_Face_DirectRGB_Blue(HIC_Rendition const *nr)

This function returns face direct rgb blue as an unsigned char.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:An unsigned char.
unsigned char HIC_Show_Face_DirectRGB_Alpha(HIC_Rendition const *nr)

This function returns face direct rgb alpha as an unsigned char.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:An unsigned char.
float HIC_Show_Face_Displacement(HIC_Rendition const *nr)

This function returns the face displacement as a float value.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
char HIC_Show_Face_Pattern(HIC_Rendition const *nr)

This function returns the face pattern as a char.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A char.
HIC_RGB const *HIC_Show_Face_Material_Diffuse_Color(HIC_Rendition const *nr)

This function returns the internal representation of the face material diffuse color.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A pointer to a const HIC_RGB, a structure of three floats, each between zero and one.
float HIC_Show_Face_Color_Red(HIC_Rendition const *nr)

This function returns the red component of the face color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Face_Color_Green(HIC_Rendition const *nr)

This function returns the green component of the face color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Face_Color_Blue(HIC_Rendition const *nr)

This function returns the blue component of the face color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Face_Color_Alpha(HIC_Rendition const *inr)

This function returns the alpha component of the face color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
HIC_Integer32 HIC_Show_Internal_Face_Color(HIC_Rendition const *nr)

This function returns the internal representation of the face color.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A HIC_Integer32.
float HIC_Show_Face_Back_Color_Red(HIC_Rendition const *nr)

This function returns the red component of the face back color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Face_Back_Color_Green(HIC_Rendition const *nr)

This function returns the green component of the face back color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Face_Back_Color_Blue(HIC_Rendition const *nr)

This function returns the blue component of the face back color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Face_Back_Color_Alpha(HIC_Rendition const *nr)

This function returns the alpha component of the face back color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
HIC_Integer32 HIC_Show_Internal_Face_Back_Color(HIC_Rendition const *nr)

This function returns the internal representation of the face back color.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A HIC_Integer32.
float HIC_Show_Face_Contrast_Color_Red(HIC_Rendition const *nr)

This function returns the red component of the face contrast color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Face_Contrast_Color_Green(HIC_Rendition const *nr)

This function returns the green component of the face contrast color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Face_Contrast_Color_Blue(HIC_Rendition const *nr)

This function returns the blue component of the face contrast color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
HIC_Integer32 HIC_Show_Internal_Face_Contrast_Color(HIC_Rendition const *nr)

This function returns the internal representation of the face contrast color.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A HIC_Integer32.