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