DISTRHO Plugin Framework
|
This is the complete list of members for Color, including all inherited members.
alpha (defined in Color) | Color | |
blue (defined in Color) | Color | |
Color() noexcept | Color | |
Color(int red, int green, int blue, float alpha=1.0f) noexcept | Color | |
Color(float red, float green, float blue, float alpha=1.0f) noexcept | Color | |
Color(const Color &color) noexcept | Color | |
Color(const Color &color1, const Color &color2, float u) noexcept | Color | |
Color(const NVGcolor &) noexcept (defined in Color) | Color | |
fixBounds() noexcept | Color | |
fromHSL(float hue, float saturation, float lightness, float alpha=1.0f) | Color | static |
fromHTML(const char *rgb, float alpha=1.0f) noexcept | Color | static |
green (defined in Color) | Color | |
interpolate(const Color &other, float u) noexcept | Color | |
invert() const noexcept | Color | |
isEqual(const Color &color, bool withAlpha=true) noexcept | Color | |
isNotEqual(const Color &color, bool withAlpha=true) noexcept (defined in Color) | Color | |
minus(int value) const noexcept | Color | |
minus(float value) const noexcept | 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 | |
plus(int value) const noexcept | Color | |
plus(float value) const noexcept | Color | |
red (defined in Color) | Color | |
rgba (defined in Color) | Color | |
setFor(const GraphicsContext &context, bool includeAlpha=false) | Color | |
withAlpha(float alpha) const noexcept | Color |