rgb_t

Wrap an RGB color value

extern (C)
struct rgb_t {}

Members

Variables

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

Meta