AnsiRgbColour

A very simple RGB struct, used to store an RGB value.

struct AnsiRgbColour {}

Members

Variables

b
ubyte b;

The blue component.

g
ubyte g;

The green component.

r
ubyte r;

The red component.

Meta