1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo

This commit is contained in:
ed 2019-11-19 10:48:14 +00:00
parent 50f90fd61a
commit 3d5c6b8a03

View file

@ -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
*/