DISTRHO Plugin Framework
 All Classes Functions Variables Modules Pages
Color Member List

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

alpha (defined in Color)Color
blue (defined in Color)Color
Color() noexceptColor
Color(int red, int green, int blue, int alpha=255) noexceptColor
Color(float red, float green, float blue, float alpha=1.0f) noexceptColor
Color(const Color &color) noexceptColor
Color(const Color &color1, const Color &color2, float u) noexceptColor
Color(const NVGcolor &) noexcept (defined in Color)Color
fixBounds() noexceptColor
fromHSL(float hue, float saturation, float lightness, float alpha=1.0f)Colorstatic
fromHTML(const char *rgb, float alpha=1.0f)Colorstatic
green (defined in Color)Color
interpolate(const Color &other, float u) noexceptColor
isEqual(const Color &color, bool withAlpha=true) noexceptColor
isNotEqual(const Color &color, bool withAlpha=true) noexcept (defined in Color)Color
operator NVGcolor() const noexcept (defined in Color)Color
operator!=(const Color &color) noexcept (defined in Color)Color
operator=(const Color &color) noexcept (defined in Color)Color
operator==(const Color &color) noexcept (defined in Color)Color
red (defined in Color)Color
rgba (defined in Color)Color