From 3d5c6b8a03ce83c305dcd3e8abc4b675b0e5cea5 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 19 Nov 2019 10:48:14 +0000 Subject: [PATCH] Fixed a typo --- modules/juce_graphics/colour/juce_Colour.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_graphics/colour/juce_Colour.h b/modules/juce_graphics/colour/juce_Colour.h index 31ab62b6c1..8117e9aee2 100644 --- a/modules/juce_graphics/colour/juce_Colour.h +++ b/modules/juce_graphics/colour/juce_Colour.h @@ -284,7 +284,7 @@ public: */ Colour withBrightness (float newBrightness) const noexcept; - /** Returns a copy of this colour with it hue rotated. + /** Returns a copy of this colour with its hue rotated. The new colour's hue is ((this->getHue() + amountToRotate) % 1.0) @see brighter, darker, withMultipliedBrightness */