HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


Set_Window_Color


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)

Function Documentation

void Set_Window_Color HT_Rendition *  nr,
HT_RGB *  rgb
 

Sets the window color attributes in a rendition created with HIC_New_Rendition().

Parameters:
nr - Rendition created with HIC_New_Rendition() . Passed by reference.
rgb - New color value. Passed by reference.

DETAILS

This 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.

NOTES

Note 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.

See also:
Set_Window_Contrast_Color, Show_Window_Color_Blue, Show_Window_Color_Green, Show_Window_Color_Red

void Set_Window_Contrast_Color HT_Rendition *  nr,
HT_RGB *  rgb
 

Sets the window contrast color attributes in a rendition created with HIC_New_Rendition().

Parameters:
nr - Rendition created with HIC_New_Rendition() . Passed by reference.
rgb - New color value. Passed by reference.

DETAILS

This 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.

NOTES

Note 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.

See also:
Set_Window_Color, Show_Window_Contrast_Color_Blue, Show_Window_Contrast_Color_Green, Show_Window_Contrast_Color_Red

void Set_Window_Pattern HT_Rendition *  nr,
const int  pattern
 

Sets the window pattern attribute in a rendition created with HIC_New_Rendition().

Parameters:
nr - Rendition created with HIC_New_Rendition() . Passed by reference.
pattern - New pattern value. The values are enumerated in Set_Face_Pattern().

DETAILS

This 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.

See also:
Show_Window_Pattern

void Set_Internal_Window_Color HT_Rendition *  nr,
HT_RGB32 *  int_color
 

Sets the internal window color attribute in a rendition created with HIC_New_Rendition().

Parameters:
nr - Rendition created with HIC_New_Rendition() . Passed by reference.
int_color - New color value in four-byte color format (with order dependent on platform).

DETAILS

This 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.

See also:
Show_Internal_Window_Color

void Set_Internal_Window_Contrast_Color HT_Rendition *  nr,
HT_RGB32 *  int_color
 

Sets the internal window contrast color attribute in a rendition created with HIC_New_Rendition().

Parameters:
nr - Rendition created with HIC_New_Rendition() . Passed by reference.
int_color - New color value in four-byte color format (with order dependent on platform).

DETAILS

This 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.

See also:
Show_Internal_Window_Color

void Set_User_Window_Pattern HT_Rendition *  nr,
HT_User_Face_Pattern *  user_patt
 

Applies a user defined pattern to a window background.

Parameters:
nr - Rendition created with HIC_New_Rendition() . Passed by reference.
user_patt - Name of a user pattern created with HIC_New_User_Face_Pattern().

DETAILS

HIC_Set_User_Window_Pattern applies a user pattern created with HIC_New_User_Face_Pattern() to a window background.

See also:
New_User_Face_Pattern, Set_User_Face_Pattern
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>