ColorBGR8

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

Constructors

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

Members

Variables

blueC
ubyte blueC;

< Blue component.

greenC
ubyte greenC;

< Green component.

redC
ubyte redC;

< Red component.

Meta