Color.__anonymous

Undocumented in source.
struct Color
union __anonymous {}

Members

Variables

colors
ubyte[4] colors;

Normal representation, aliases are used for color naming.

raw
uint raw;

Raw representation in integer form, also forces the system to align in INT32.

Meta