From 6e51eb4a6591861149ca48df41fd1254e954c6fd Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 9 Mar 2020 17:29:43 +0000 Subject: [PATCH] Documentation update --- modules/juce_graphics/colour/juce_Colour.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/juce_graphics/colour/juce_Colour.h b/modules/juce_graphics/colour/juce_Colour.h index 77b665803a..5032ac72ce 100644 --- a/modules/juce_graphics/colour/juce_Colour.h +++ b/modules/juce_graphics/colour/juce_Colour.h @@ -133,9 +133,8 @@ public: /** Creates a colour using floating point hue, saturation, brightness and alpha values. - The floating point values must be between 0.0 and 1.0. - An alpha of 0x00 is completely transparent, alpha of 0xff is opaque. - Values outside the valid range will be clipped. + All values must be between 0.0 and 1.0. + Numbers outside the valid range will be clipped. */ static Colour fromHSV (float hue, float saturation,