JUCE
Colour Member List

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

brighter(float amountBrighter=0.4f) const noexceptColour
Colour() noexceptColour
Colour(const Colour &other) noexceptColour
Colour(uint32 argb) noexceptColourexplicit
Colour(uint8 red, uint8 green, uint8 blue) noexceptColour
Colour(uint8 red, uint8 green, uint8 blue, uint8 alpha) noexceptColour
Colour(uint8 red, uint8 green, uint8 blue, float alpha) noexceptColour
Colour(float hue, float saturation, float brightness, uint8 alpha) noexceptColour
Colour(float hue, float saturation, float brightness, float alpha) noexceptColour
Colour(PixelARGB argb) noexceptColour
Colour(PixelRGB rgb) noexceptColour
Colour(PixelAlpha alpha) noexceptColour
contrasting(float amount=1.0f) const noexceptColour
contrasting(Colour targetColour, float minLuminosityDiff) const noexceptColour
contrasting(Colour colour1, Colour colour2) noexceptColourstatic
darker(float amountDarker=0.4f) const noexceptColour
fromFloatRGBA(float red, float green, float blue, float alpha) noexceptColourstatic
fromHSV(float hue, float saturation, float brightness, float alpha) noexceptColourstatic
fromRGB(uint8 red, uint8 green, uint8 blue) noexceptColourstatic
fromRGBA(uint8 red, uint8 green, uint8 blue, uint8 alpha) noexceptColourstatic
fromString(StringRef encodedColourString)Colourstatic
getAlpha() const noexceptColour
getARGB() const noexceptColour
getBlue() const noexceptColour
getBrightness() const noexceptColour
getFloatAlpha() const noexceptColour
getFloatBlue() const noexceptColour
getFloatGreen() const noexceptColour
getFloatRed() const noexceptColour
getGreen() const noexceptColour
getHSB(float &hue, float &saturation, float &brightness) const noexceptColour
getHue() const noexceptColour
getPerceivedBrightness() const noexceptColour
getPixelARGB() const noexceptColour
getRed() const noexceptColour
getSaturation() const noexceptColour
greyLevel(float brightness) noexceptColourstatic
interpolatedWith(Colour other, float proportionOfOther) const noexceptColour
isOpaque() const noexceptColour
isTransparent() const noexceptColour
operator!=(const Colour &other) const noexceptColour
operator=(const Colour &other) noexceptColour
operator==(const Colour &other) const noexceptColour
overlaidWith(Colour foregroundColour) const noexceptColour
toDisplayString(bool includeAlphaValue) const Colour
toString() const Colour
withAlpha(uint8 newAlpha) const noexceptColour
withAlpha(float newAlpha) const noexceptColour
withBrightness(float newBrightness) const noexceptColour
withHue(float newHue) const noexceptColour
withMultipliedAlpha(float alphaMultiplier) const noexceptColour
withMultipliedBrightness(float amount) const noexceptColour
withMultipliedSaturation(float multiplier) const noexceptColour
withRotatedHue(float amountToRotate) const noexceptColour
withSaturation(float newSaturation) const noexceptColour
~Colour() noexceptColour