Paint

A paint struct

Members

Variables

a
ubyte a;

The alpha channel.

b
ubyte b;

The blue channel.

g
ubyte g;

The green channel.

r
ubyte r;

The red channel.

Meta