Set_Window_XXX
Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Internal_Window_Color (HIC_Rendition const *nr, long internal) |
HC_EXTERNAL HIC_API void | HIC_Set_Internal_Window_Contrast_Color (HIC_Rendition const *nr, long internal) |
HC_EXTERNAL HIC_API void | HIC_Set_User_Window_Pattern (HIC_Rendition const *nr, HIC_User_Face_Pattern const *upat) |
HC_EXTERNAL HIC_API void | HIC_Set_Window_Color (HIC_Rendition const *nr, HIC_RGB const *rgb) |
HC_EXTERNAL HIC_API void | HIC_Set_Window_Contrast_Color (HIC_Rendition const *nr, HIC_RGB const *rgb) |
HC_EXTERNAL HIC_API void | HIC_Set_Window_Pattern (HIC_Rendition const *nr, int npattern) |
Detailed Description
Function Documentation
◆ HIC_Set_Internal_Window_Color()
HC_EXTERNAL HIC_API void HIC_Set_Internal_Window_Color | ( | HIC_Rendition const * | nr, |
long | internal | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. internal A list of RGBA values.
This function sets the internal window color attribute.
◆ HIC_Set_Internal_Window_Contrast_Color()
HC_EXTERNAL HIC_API void HIC_Set_Internal_Window_Contrast_Color | ( | HIC_Rendition const * | nr, |
long | internal | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. internal A list of RGBA values.
This function sets the internal window contrast color.
◆ HIC_Set_User_Window_Pattern()
HC_EXTERNAL HIC_API void HIC_Set_User_Window_Pattern | ( | HIC_Rendition const * | nr, |
HIC_User_Face_Pattern const * | upat | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. upat A pointer to a const HIC_User_Face_Pattern.
This function applies a user pattern to the window background.
◆ HIC_Set_Window_Color()
HC_EXTERNAL HIC_API void HIC_Set_Window_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 sets the window color attributes.
◆ HIC_Set_Window_Contrast_Color()
HC_EXTERNAL HIC_API void HIC_Set_Window_Contrast_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 structure of three floats, each between zero and one.
This function sets the window contrast color.
◆ HIC_Set_Window_Pattern()
HC_EXTERNAL HIC_API void HIC_Set_Window_Pattern | ( | HIC_Rendition const * | nr, |
int | npattern | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. npattern An int.
This function sets the window pattern attribute.