ColorRGB8

RGB 24-bit color, where each color component has 8-bit precision.

Constructors

this
this(ubyte redC, ubyte greenC, ubyte blueC)
Undocumented in source.

Members

Static variables

black
auto black;

< Black.

blue
auto blue;

< Blue.

cyan
auto cyan;

< Cyan.

green
auto green;

< Green.

magenta
auto magenta;

< Magenta.

red
auto red;

< Red.

white
auto white;

< White.

yellow
auto yellow;

< Yellow.

Variables

blueC
ubyte blueC;

< Blue component.

greenC
ubyte greenC;

< Green component.

redC
ubyte redC;

< Red component.

See Also

Implements the RGB _color type.

Meta