Color

An RGBA colour

Members

Variables

a
ubyte a;

The transparency of the color, dependent on the blend mode used

b
ubyte b;

The blue value of the color

g
ubyte g;

The green value of the color

r
ubyte r;

The red value of the color

Meta