Color

The pango.color.Color structure is used to represent a color in an uncalibrated RGB color-space.

Members

Functions

copy
pango.color.Color copy()

Creates a copy of src.

parse
bool parse(string spec)

Fill in the fields of a color from a string specification.

parseWithAlpha
bool parseWithAlpha(ushort alpha, string spec)

Fill in the fields of a color from a string specification.

toString_
string toString_()

Returns a textual specification of color.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()

Variables

blue
ushort blue;

value of blue component

green
ushort green;

value of green component

red
ushort red;

value of red component