Color

A struct that should be managed by container.

@component
struct Color {}

Members

Variables

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

Meta