Gdk.Color Members

The members of Gdk.Color are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Color constructor from RGB byte values

Public Fields

Blueushort. Blue element of the color.
Greenushort. Green element of the color.
Pixeluint. Pixel value for the color.
Redushort. Red element of the color.
static
ZeroColor. Unallocated, empty color.

Public Properties

[read-only]
static
GTypeGLib.GType. The GLib.GType for Gdk.Color

Public Methods

static
Alloc(Colormap, Color) : int
Documentation for this section has not yet been entered.
static
Black(Colormap, Color) : int
Documentation for this section has not yet been entered.
static
Change(Colormap, Color) : int
Documentation for this section has not yet been entered.
Equal(Color) : bool
Compares whether two colors are equal.
static
New(IntPtr) : Color
Creates a color from an unmanaged location.
static
Parse(string, ref Color) : bool
Parses a textual specification of a color and fill in the red, green, and blue fields of a Gdk.Color structure.
static
White(Colormap, Color) : int
Documentation for this section has not yet been entered.

Public Operators

static
Conversion to GLib.Value(Explicit)Documentation for this section has not yet been entered.
static
Conversion to Gdk.Color(Explicit)Documentation for this section has not yet been entered.