PangoColor

PangoColor: @red: value of red component @green: value of green component @blue: value of blue component

The #PangoColor structure is used to represent a color in an uncalibrated RGB color-space.

extern (C)
struct PangoColor {
guint16 red;
guint16 green;
guint16 blue;
}

Meta