GdkColor

A #GdkColor is used to describe a color, similar to the XColor struct used in the X11 drawing API.

More...

Members

Variables

blue
ushort blue;

The blue component of the color

green
ushort green;

The green component of the color

pixel
uint pixel;

For allocated colors, the pixel value used to draw this color on the screen. Not used anymore.

red
ushort red;

The red component of the color. This is a value between 0 and 65535, with 65535 indicating full intensity

Detailed Description

Deprecated: Use #GdkRGBA