Color

sg_color

An RGBA color value

extern (C)
struct Color {}

Members

Variables

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

Meta