Color

GTK's implementation of a color object.

version(!dfl)
struct Color {}

Members

Variables

b
ubyte b;
Undocumented in source.
g
ubyte g;
Undocumented in source.
r
ubyte r;
Undocumented in source.

Meta