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

Corrected the documentation for Colour::fromHSV()

This commit is contained in:
ed 2020-03-06 17:38:53 +00:00
parent c47c790f79
commit d87ff510f2

View file

@ -131,7 +131,7 @@ public:
*/
Colour (PixelAlpha alpha) noexcept;
/** Creates a colour using floating point hue, saturation and brightness values, and an 8-bit alpha.
/** 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.