RGBString.RGB

Colorinformation

struct RGBString
struct RGB {}

Members

Variables

b
ubyte b;

Blue component 0..256

g
ubyte g;

Green component 0..256

r
ubyte r;

Red component 0..256

Meta