Color

GTK's implementation of a color object.

version(!dfl)
struct Color {
ubyte r;
ubyte g;
ubyte b;
}

Meta