Color

Color class using rgba representation internally

Constructors

this
this(double red, double green, double blue, double alpha)
Undocumented in source.
this
this(string value)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

black
Color black()
Undocumented in source. Be warned that the author may not have intended to support it.
white
Color white()
a
double a;
b
double b;
g
double g;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

r
double r;
Undocumented in source.

Meta