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) noexceptColour [explicit]
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
contrasting(float amount=1.0f) const noexceptColour
contrasting(const Colour &colour1, const Colour &colour2) noexceptColour [static]
darker(float amountDarker=0.4f) const noexceptColour
fromHSV(float hue, float saturation, float brightness, float alpha) noexceptColour [static]
fromRGB(uint8 red, uint8 green, uint8 blue) noexceptColour [static]
fromRGBA(uint8 red, uint8 green, uint8 blue, uint8 alpha) noexceptColour [static]
fromRGBAFloat(uint8 red, uint8 green, uint8 blue, float alpha) noexceptColour [static]
fromString(const String &encodedColourString)Colour [static]
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
getPixelARGB() const noexceptColour
getRed() const noexceptColour
getSaturation() const noexceptColour
greyLevel(float brightness) noexceptColour [static]
interpolatedWith(const 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(const 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
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines