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) |
Detailed Description
Function Documentation
◆ HIC_Set_Cut_Face_Color()
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.
◆ HIC_Set_Face_Back_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.
◆ HIC_Set_Face_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.
◆ HIC_Set_Face_Contrast_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.
◆ HIC_Set_Face_Displacement()
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.
◆ HIC_Set_Face_Mirror_Color()
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.
◆ HIC_Set_Face_Pattern()
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
◆ HIC_Set_Face_Transmission_Color()
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.
◆ HIC_Set_Internal_Face_Back_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.
◆ HIC_Set_Internal_Face_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.
◆ HIC_Set_Internal_Face_Contrast_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.