ASPiK SDK
VSTGUI::CColor Member List

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

alphaVSTGUI::CColor
blueVSTGUI::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::CColorinline
CColor(const CColor &inColor) (defined in VSTGUI::CColor)VSTGUI::CColorinline
fromHSL(double hue, double saturation, double lightness)VSTGUI::CColor
fromHSV(double hue, double saturation, double value)VSTGUI::CColor
getLightness() constVSTGUI::CColor
getLuma() constVSTGUI::CColorinline
greenVSTGUI::CColor
operator!=(const CColor &other) const (defined in VSTGUI::CColor)VSTGUI::CColorinline
operator()(uint8_t _red, uint8_t _green, uint8_t _blue, uint8_t _alpha) (defined in VSTGUI::CColor)VSTGUI::CColorinline
operator=(const CColor &newColor) (defined in VSTGUI::CColor)VSTGUI::CColorinline
operator==(const CColor &other) const (defined in VSTGUI::CColor)VSTGUI::CColorinline
redVSTGUI::CColor
toHSL(double &hue, double &saturation, double &lightness) constVSTGUI::CColor
toHSV(double &hue, double &saturation, double &value) constVSTGUI::CColor