Set_Window_XXX

Functions

void

HIC_Set_Window_Pattern

void

HIC_Set_User_Window_Pattern

void

HIC_Set_Window_Color

void

HIC_Set_Internal_Window_Color

void

HIC_Set_Window_Contrast_Color

void

HIC_Set_Internal_Window_Contrast_Color

Detailed Description

group Set_Window_XXX

Function Documentation

void HIC_Set_Window_Pattern(HIC_Rendition *nr, int npattern)

This function sets the window pattern attribute.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • npattern – An int.

void HIC_Set_User_Window_Pattern(HIC_Rendition *nr, HIC_User_Face_Pattern *upat)

This function applies a user pattern to the window background.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • upat – A pointer to a const HIC_User_Face_Pattern.

void HIC_Set_Window_Color(HIC_Rendition *nr, HIC_RGB *rgb)

This function sets the window color attributes.

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.

void HIC_Set_Internal_Window_Color(HIC_Rendition *nr, long internal)

This function sets the internal window color attribute.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • internal – A list of RGBA values.

void HIC_Set_Window_Contrast_Color(HIC_Rendition *nr, HIC_RGB *rgb)

This function sets the window contrast color.

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.

void HIC_Set_Internal_Window_Contrast_Color(HIC_Rendition *nr, long internal)

This function sets the internal window contrast color.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • internal – A list of RGBA values.