X11workbench Toolkit  1.0
__XSETTINGS_DATA_COLOR__ Struct Reference

Structure for storing configuration color information, XSettingsTypeColor. More...

#include <conf_help.h>

Data Fields

unsigned short sRed
 16-bit RGB value for RED
 
unsigned short sBlue
 16-bit RGB value for Blue
 
unsigned short sGreen
 16-bit RGB value for Green
 
unsigned short sAlpha
 16-bit ALPHA value. If not used, it will be 0xffff
 

Detailed Description

Structure for storing configuration color information, XSettingsTypeColor.

This structure is part of the X11 Window Manager specification, and is defined here for use by the X11Workbench toolkit.

typedef struct __XSETTINGS_DATA_COLOR__ // also used internally by XSettings
{
unsigned short sRed; // 16-bit RGB value for RED
unsigned short sBlue; // 16-bit RGB value for Blue
unsigned short sGreen; // 16-bit RGB value for Green
unsigned short sAlpha; // 16-bit ALPHA value. If not used, it will be 0xffff

Definition at line 382 of file conf_help.h.


The documentation for this struct was generated from the following file: