This is the complete list of members for STOFFColor, including all inherited members.
barycenter(float alpha, STOFFColor const &colA, float beta, STOFFColor const &colB) | STOFFColor | static |
black() | STOFFColor | inlinestatic |
colorFromCMYK(unsigned char c, unsigned char m, unsigned char y, unsigned char k) | STOFFColor | inlinestatic |
colorFromHSL(unsigned char H, unsigned char S, unsigned char L) | STOFFColor | inlinestatic |
getAlpha() const | STOFFColor | inline |
getBlue() const | STOFFColor | inline |
getGreen() const | STOFFColor | inline |
getRed() const | STOFFColor | inline |
isBlack() const | STOFFColor | inline |
isWhite() const | STOFFColor | inline |
m_value | STOFFColor | protected |
operator!=(STOFFColor const &c) const | STOFFColor | inline |
operator<(STOFFColor const &c) const | STOFFColor | inline |
operator<<(std::ostream &o, STOFFColor const &c) | STOFFColor | friend |
operator<=(STOFFColor const &c) const | STOFFColor | inline |
operator=(uint32_t argb) | STOFFColor | inline |
operator==(STOFFColor const &c) const | STOFFColor | inline |
operator>(STOFFColor const &c) const | STOFFColor | inline |
operator>=(STOFFColor const &c) const | STOFFColor | inline |
setAlpha(unsigned char alpha) | STOFFColor | inline |
STOFFColor(uint32_t argb=0) | STOFFColor | inlineexplicit |
STOFFColor(unsigned char r, unsigned char g, unsigned char b, unsigned char a=255) | STOFFColor | inline |
str() const | STOFFColor | |
value() const | STOFFColor | inline |
white() | STOFFColor | inlinestatic |