Function Index Class Index

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

HC_EXTERNAL HIC_API void HIC_Set_Internal_Window_Color ( HIC_Rendition const *  nr,
long  internal 
)
Parameters
nrA pointer to a const HIC_Rendition.
internalA list of RGBA values.

This function sets the internal window color attribute.

HC_EXTERNAL HIC_API void HIC_Set_Internal_Window_Contrast_Color ( HIC_Rendition const *  nr,
long  internal 
)
Parameters
nrA pointer to a const HIC_Rendition.
internalA list of RGBA values.

This function sets the internal window contrast color.

HC_EXTERNAL HIC_API void HIC_Set_User_Window_Pattern ( HIC_Rendition const *  nr,
HIC_User_Face_Pattern const *  upat 
)
Parameters
nrA pointer to a const HIC_Rendition.
upatA pointer to a const HIC_User_Face_Pattern.

This function applies a user pattern to the window background.

HC_EXTERNAL HIC_API void HIC_Set_Window_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)
Parameters
nrA pointer to a const HIC_Rendition.
rgbA pointer to a HIC_RGB, a structure of three floats, each between zero and one.

This function sets the window color attributes.

HC_EXTERNAL HIC_API void HIC_Set_Window_Contrast_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)
Parameters
nrA pointer to a const HIC_Rendition.
rgbA pointer to a const HIC_RGB structure of three floats, each between zero and one.

This function sets the window contrast color.

HC_EXTERNAL HIC_API void HIC_Set_Window_Pattern ( HIC_Rendition const *  nr,
int  npattern 
)
Parameters
nrA pointer to a const HIC_Rendition.
npatternAn int.

This function sets the window pattern attribute.