Functions | |
HC_EXTERNAL HIC_API HIC_Integer32 | HIC_Show_Internal_Window_Color (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HIC_Integer32 | HIC_Show_Internal_Window_Contrast_Color (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Window_Color_Blue (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Window_Color_Green (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Window_Color_Red (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Window_Contrast_Color_Blue (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Window_Contrast_Color_Green (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API float | HIC_Show_Window_Contrast_Color_Red (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HIC_Int_Rectangle const * | HIC_Show_Window_Extent (HIC_Rendition const *nr) |
HC_EXTERNAL char HIC_API | HIC_Show_Window_Pattern (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HIC_Texture * | HIC_Show_Window_Texture (HIC_Rendition const *nr) |
Detailed Description
Function Documentation
◆ HIC_Show_Internal_Window_Color()
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Window_Color | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A HIC_Integer32.
This function returns the internal representation of the window color.
◆ HIC_Show_Internal_Window_Contrast_Color()
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Window_Contrast_Color | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A HIC_Integer32.
This function returns the internal representation of the internal window contrast color.
◆ HIC_Show_Window_Color_Blue()
HC_EXTERNAL HIC_API float HIC_Show_Window_Color_Blue | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A float.
This function returns the blue component of the window color as a float value with a range 0 to 1.
◆ HIC_Show_Window_Color_Green()
HC_EXTERNAL HIC_API float HIC_Show_Window_Color_Green | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A float.
This function returns the green component of the window color as a float value with a range 0 to 1.
◆ HIC_Show_Window_Color_Red()
HC_EXTERNAL HIC_API float HIC_Show_Window_Color_Red | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A float.
This function returns the red component of the window color as a float value with a range 0 to 1.
◆ HIC_Show_Window_Contrast_Color_Blue()
HC_EXTERNAL HIC_API float HIC_Show_Window_Contrast_Color_Blue | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A float.
This function returns the blue component of the window contrast color as a float value with a range 0 to 1.
◆ HIC_Show_Window_Contrast_Color_Green()
HC_EXTERNAL HIC_API float HIC_Show_Window_Contrast_Color_Green | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A float.
This function returns the green component of the window contrast color as a float value with a range 0 to 1.
◆ HIC_Show_Window_Contrast_Color_Red()
HC_EXTERNAL HIC_API float HIC_Show_Window_Contrast_Color_Red | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A float.
This function returns the red component of the window contrast color as a float value with a range 0 to 1.
◆ HIC_Show_Window_Extent()
HC_EXTERNAL HIC_API HIC_Int_Rectangle const* HIC_Show_Window_Extent | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A pointer to a HIC_Int_Rectangle.
This function returns the window extent.
◆ HIC_Show_Window_Pattern()
HC_EXTERNAL char HIC_API HIC_Show_Window_Pattern | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A char.
This function returns the window pattern.
◆ HIC_Show_Window_Texture()
HC_EXTERNAL HIC_API HIC_Texture* HIC_Show_Window_Texture | ( | HIC_Rendition const * | nr | ) |
- Parameters
-
nr A pointer to a const HIC_Rendition.
- Returns
- A void pointer.
This function returns the window texture.