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

Documentation update

This commit is contained in:
ed 2020-03-09 17:29:43 +00:00
parent 18306bf647
commit 6e51eb4a65

View file

@ -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,