JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::Colour Member List

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

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