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:
parent
c47c790f79
commit
d87ff510f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue