VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CColor Member List

This is the complete list of members for CColor, including all inherited members.

alphaCColor
blueCColor
CColor()=defaultCColor
CColor(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha=255)CColorinline
CColor(const CColor &inColor)CColorinline
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 CColorinline
greenCColor
isColorRepresentation(UTF8StringPtr str)CColorstatic
normAlpha() const CColor
normBlue() const CColor
normGreen() const CColor
normRed() const CColor
operator!=(const CColor &other) const CColorinline
operator()(uint8_t _red, uint8_t _green, uint8_t _blue, uint8_t _alpha)CColorinline
operator=(const CColor &newColor)CColorinline
operator==(const CColor &other) const CColorinline
redCColor
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