Show_Face_XXX

Functions

float

HIC_Show_Face_Opacity

unsigned char

HIC_Show_Face_DirectRGB_Red

unsigned char

HIC_Show_Face_DirectRGB_Green

unsigned char

HIC_Show_Face_DirectRGB_Blue

unsigned char

HIC_Show_Face_DirectRGB_Alpha

float

HIC_Show_Face_Displacement

char

HIC_Show_Face_Pattern

HIC_RGB *

HIC_Show_Face_Material_Diffuse_Color

float

HIC_Show_Face_Color_Red

float

HIC_Show_Face_Color_Green

float

HIC_Show_Face_Color_Blue

float

HIC_Show_Face_Color_Alpha

HIC_Integer32

HIC_Show_Internal_Face_Color

float

HIC_Show_Face_Back_Color_Red

float

HIC_Show_Face_Back_Color_Green

float

HIC_Show_Face_Back_Color_Blue

float

HIC_Show_Face_Back_Color_Alpha

HIC_Integer32

HIC_Show_Internal_Face_Back_Color

float

HIC_Show_Face_Contrast_Color_Red

float

HIC_Show_Face_Contrast_Color_Green

float

HIC_Show_Face_Contrast_Color_Blue

HIC_Integer32

HIC_Show_Internal_Face_Contrast_Color

Detailed Description

group Show_Face_XXX

Function Documentation

float HIC_Show_Face_Opacity(HIC_Rendition *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 *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 *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 *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 *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 *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 *nr)

This function returns the face pattern as a char.

Parameters

nr – A pointer to a const HIC_Rendition.

Returns

A char.

HIC_RGB *HIC_Show_Face_Material_Diffuse_Color(HIC_Rendition *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 *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 *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 *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 *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 *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 *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 *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 *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 *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 *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 *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 *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 *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 *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.