Browse Source

Corrected the documentation for Colour::fromHSV()

tags/2021-05-28
ed 5 years ago
parent
commit
d87ff510f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_graphics/colour/juce_Colour.h

+ 1
- 1
modules/juce_graphics/colour/juce_Colour.h 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.


Loading…
Cancel
Save