AnsiRgbColour

Contains a 3-byte, RGB colour.

Constructors

this
this(ubyte[3] components)

Construct this colour from 3 ubyte components, in RGB order.

this
this(ubyte r, ubyte g, ubyte b)

Construct this colour from the 3 provided ubyte components.

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta