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) |
HC_EXTERNAL HIC_API void HIC_Set_Cut_Face_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
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. |
HC_EXTERNAL HIC_API void HIC_Set_Face_Back_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
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. |
HC_EXTERNAL HIC_API void HIC_Set_Face_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
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. |
HC_EXTERNAL HIC_API void HIC_Set_Face_Contrast_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
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. |
HC_EXTERNAL HIC_API void HIC_Set_Face_Displacement | ( | HIC_Rendition const * | nr, | |
float | displacement | |||
) |
nr | A pointer to a const HIC_Rendition. | |
displacement | A float. |
HC_EXTERNAL HIC_API void HIC_Set_Face_Mirror_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
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. |
HC_EXTERNAL HIC_API void HIC_Set_Face_Pattern | ( | HIC_Rendition const * | nr, | |
int | npattern | |||
) |
nr | A pointer to a const HIC_Rendition. | |
npattern | An int. |
HC_EXTERNAL HIC_API void HIC_Set_Face_Transmission_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
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. |
HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_Back_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGBAS32 | internal | |||
) |
nr | A pointer to a const HIC_Rendition. | |
internal | A HIC_RGBAS32 int. |
HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGBAS32 | internal | |||
) |
nr | A pointer to a const HIC_Rendition. | |
internal | A HIC_RGBAS32 int. |
HC_EXTERNAL HIC_API void HIC_Set_Internal_Face_Contrast_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGBAS32 | internal | |||
) |
nr | A pointer to a const HIC_Rendition. | |
internal | A HIC_RGBAS32 int. |
HC_EXTERNAL HIC_API void HIC_Set_Simple_Reflection_Face_Color | ( | HIC_Rendition const * | nr, | |
HIC_RGB const * | rgb | |||
) |
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. |