Struct
PangoColor
Description [src]
struct PangoColor {
guint16 red;
guint16 green;
guint16 blue;
}
The PangoColor
structure is used to
represent a color in an uncalibrated RGB color-space.
Structure members
red:
guint16
Value of red component.
green:
guint16
Value of green component.
blue:
guint16
Value of blue component.