DISTRHO Plugin Framework
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, float alpha=1.0f) 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) noexceptColorstatic
green (defined in Color)Color
interpolate(const Color &other, float u) noexceptColor
invert() const noexceptColor
isEqual(const Color &color, bool withAlpha=true) noexceptColor
isNotEqual(const Color &color, bool withAlpha=true) noexcept (defined in Color)Color
minus(int value) const noexceptColor
minus(float value) const noexceptColor
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
plus(int value) const noexceptColor
plus(float value) const noexceptColor
red (defined in Color)Color
rgba (defined in Color)Color
setFor(const GraphicsContext &context, bool includeAlpha=false)Color
withAlpha(float alpha) const noexceptColor