Color

Undocumented in source.

Constructors

this
this(float r, float g, float b)
Undocumented in source.
this
this(float r, float g, float b, float a)
Undocumented in source.

Members

Manifest constants

BLACK
enum BLACK;
Undocumented in source.
BLUE
enum BLUE;
Undocumented in source.
CYAN
enum CYAN;
Undocumented in source.
GRAY
enum GRAY;
Undocumented in source.
GREEN
enum GREEN;
Undocumented in source.
ORANGE
enum ORANGE;
Undocumented in source.
PURPLE
enum PURPLE;
Undocumented in source.
RED
enum RED;
Undocumented in source.
TRANSPARENT
enum TRANSPARENT;
Undocumented in source.
WHITE
enum WHITE;
Undocumented in source.
YELLOW
enum YELLOW;
Undocumented in source.

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