Color

Undocumented in source.

Constructors

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

Members

Functions

compare
bool compare(Color c, ubyte d)
Undocumented in source. Be warned that the author may not have intended to support it.
isGray
bool isGray(ubyte n)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(Color c)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(Color c)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(Color c)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
ref opOpAssign(Color c)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromInt
fromInt(uint n)
a
ubyte a;
b
ubyte b;
g
ubyte g;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

r
ubyte r;
Undocumented in source.

Meta