RGBA16

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

Members

Variables

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

Meta