| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
This is the complete list of members for CColor, including all inherited members.
| alpha | CColor | |
| blue | CColor | |
| CColor()=default | CColor | |
| CColor(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha=255) | CColor | inline | 
| CColor(const CColor &inColor) | CColor | inline | 
| fromHSL(double hue, double saturation, double lightness) | CColor | |
| fromHSV(double hue, double saturation, double value) | CColor | |
| fromString(UTF8StringPtr str) | CColor | |
| getLightness() const | CColor | |
| getLuma() const | CColor | inline | 
| green | CColor | |
| isColorRepresentation(UTF8StringPtr str) | CColor | static | 
| normAlpha() const | CColor | |
| normBlue() const | CColor | |
| normGreen() const | CColor | |
| normRed() const | CColor | |
| operator!=(const CColor &other) const | CColor | inline | 
| operator()(uint8_t _red, uint8_t _green, uint8_t _blue, uint8_t _alpha) | CColor | inline | 
| operator=(const CColor &newColor) | CColor | inline | 
| operator==(const CColor &other) const | CColor | inline | 
| red | CColor | |
| setNormAlpha(T v) | CColor | |
| setNormBlue(T v) | CColor | |
| setNormGreen(T v) | CColor | |
| setNormRed(T v) | CColor | |
| toHSL(double &hue, double &saturation, double &lightness) const | CColor | |
| toHSV(double &hue, double &saturation, double &value) const | CColor | |
| toString() const | CColor |