RGBColor

Undocumented in source.

Constructors

this
this(int R, int G, int B)
Undocumented in source.

Members

Aliases

luminance
alias luminance = luminance709
Undocumented in source.

Functions

luminance601
float luminance601()
Undocumented in source. Be warned that the author may not have intended to support it.
luminance709
float luminance709()
Undocumented in source. Be warned that the author may not have intended to support it.
luminanceAverage
float luminanceAverage()
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.
opBinary
RGBColor opBinary(RGBColor rhs)
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.

Meta