RGBA8

A 8-bit tristimulus sRGB color, with alpha. This is the most common encoding, and is here to avoid needless conversion for this case. TODO: rgba8 convenience function to create one such color.

Members

Variables

a
ubyte a;
b
ubyte b;
g
ubyte g;
Undocumented in source.
r
ubyte r;
Undocumented in source.

Meta