RGBColor

Undocumented in source.

Constructors

this
this(T red, U green, V blue)
Undocumented in source.

Members

Functions

copy
void copy(RGBColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
distance
T distance(RGBColor rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
gamma
RGBColor gamma(T coefficient, U power)
Undocumented in source. Be warned that the author may not have intended to support it.
invert
RGBColor invert()
Undocumented in source. Be warned that the author may not have intended to support it.
log
RGBColor log(T base)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
RGBColor opBinary(RGBColor rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
RGBColor opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
RGBColor opBinaryRight(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(RGBColor rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
setBlue
void setBlue(T blue)
Undocumented in source. Be warned that the author may not have intended to support it.
setChannels
void setChannels(T red, U green, V blue)
Undocumented in source. Be warned that the author may not have intended to support it.
setGreen
void setGreen(T green)
Undocumented in source. Be warned that the author may not have intended to support it.
setRed
void setRed(T red)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

B
ubyte B;
Undocumented in source.
G
ubyte G;
Undocumented in source.
R
ubyte R;
Undocumented in source.

Meta