Functions | |
void | Set_Window_Color (HT_Rendition *nr, HT_RGB *rgb) |
void | Set_Window_Contrast_Color (HT_Rendition *nr, HT_RGB *rgb) |
void | Set_Window_Pattern (HT_Rendition *nr, const int pattern) |
void | Set_Internal_Window_Color (HT_Rendition *nr, HT_RGB32 *int_color) |
void | Set_Internal_Window_Contrast_Color (HT_Rendition *nr, HT_RGB32 *int_color) |
void | Set_User_Window_Pattern (HT_Rendition *nr, HT_User_Face_Pattern *user_patt) |
|
Sets the window color attributes in a rendition created with HIC_New_Rendition().
DETAILSThis function sets the window color attributes in a rendition created with HIC_New_Rendition(). Users should not attempt to change the window colors in the rendition initially passed to the callback function.NOTESNote that in classic HOOPS these window color attributes are set by sub-options of HC_Set_Color() rather than by functions specific to the window color attributes.
|
|
Sets the window contrast color attributes in a rendition created with HIC_New_Rendition().
DETAILSThis function sets the window contrast color attributes in a rendition created with HIC_New_Rendition(). Users should not attempt to change the window colors in the rendition initially passed to the callback function.NOTESNote that in classic HOOPS these window color attributes are set by sub-options of HC_Set_Color() rather than by functions specific to the window color attributes.
|
|
Sets the window pattern attribute in a rendition created with HIC_New_Rendition().
DETAILSThis function sets the window pattern attribute in a rendition created with HIC_New_Rendition(). Users should not attempt to change the window colors in the rendition initially passed to the callback function.
|
|
Sets the internal window color attribute in a rendition created with HIC_New_Rendition().
DETAILSThis function sets the internal window color attribute in a rendition created with HIC_New_Rendition(). Users should not attempt to change the window colors in the rendition initially passed to the callback function.
|
|
Sets the internal window contrast color attribute in a rendition created with HIC_New_Rendition().
DETAILSThis function sets the internal window contrast color attribute in a rendition created with HIC_New_Rendition(). Users should not attempt to change the window colors in the rendition initially passed to the callback function.
|
|
Applies a user defined pattern to a window background.
DETAILSHIC_Set_User_Window_Pattern applies a user pattern created with HIC_New_User_Face_Pattern() to a window background.
|