RGB

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @safe
struct RGB {}

Members

Variables

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

Meta