Main Gtk struct.
The GdkColor structure is used to describe a color,
similar to the XColor struct used in the X11 drawing API.
guint32 pixel;
For allocated colors, the pixel value used to
draw this color on the screen. Not used anymore.
guint16 red;
The red component of the color. This is
a value between 0 and 65535, with 65535 indicating
full intensity
guint16 green;
The green component of the color
guint16 blue;
The blue component of the color
Main Gtk struct. The GdkColor structure is used to describe a color, similar to the XColor struct used in the X11 drawing API. guint32 pixel; For allocated colors, the pixel value used to draw this color on the screen. Not used anymore. guint16 red; The red component of the color. This is a value between 0 and 65535, with 65535 indicating full intensity guint16 green; The green component of the color guint16 blue; The blue component of the color