RGB

Represents a 24-bit color.

More...

Members

Variables

b
ubyte b;
g
ubyte g;
r
ubyte r;

Detailed Description

You can convert these to and from arsd.color.Color using .tupleof:
	      	RGB rgb;
		Color c = Color(rgb.tupleof);

Meta