ASPiK SDK
|
This is the complete list of members for VSTGUI::CColor, including all inherited members.
alpha | VSTGUI::CColor | |
blue | VSTGUI::CColor | |
CColor()=default (defined in VSTGUI::CColor) | VSTGUI::CColor | |
CColor(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha=255) (defined in VSTGUI::CColor) | VSTGUI::CColor | inline |
CColor(const CColor &inColor) (defined in VSTGUI::CColor) | VSTGUI::CColor | inline |
fromHSL(double hue, double saturation, double lightness) | VSTGUI::CColor | |
fromHSV(double hue, double saturation, double value) | VSTGUI::CColor | |
getLightness() const | VSTGUI::CColor | |
getLuma() const | VSTGUI::CColor | inline |
green | VSTGUI::CColor | |
operator!=(const CColor &other) const (defined in VSTGUI::CColor) | VSTGUI::CColor | inline |
operator()(uint8_t _red, uint8_t _green, uint8_t _blue, uint8_t _alpha) (defined in VSTGUI::CColor) | VSTGUI::CColor | inline |
operator=(const CColor &newColor) (defined in VSTGUI::CColor) | VSTGUI::CColor | inline |
operator==(const CColor &other) const (defined in VSTGUI::CColor) | VSTGUI::CColor | inline |
red | VSTGUI::CColor | |
toHSL(double &hue, double &saturation, double &lightness) const | VSTGUI::CColor | |
toHSV(double &hue, double &saturation, double &value) const | VSTGUI::CColor |