mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Fix typo
This commit is contained in:
parent
48c32fde3b
commit
00374c9ca9
1 changed files with 3 additions and 3 deletions
|
|
@ -115,16 +115,16 @@ public:
|
|||
float brightness,
|
||||
float alpha) noexcept;
|
||||
|
||||
/** Creates a colour using a PixedARGB object. This function assumes that the argb pixel is
|
||||
/** Creates a colour using a PixelARGB object. This function assumes that the argb pixel is
|
||||
not premultiplied.
|
||||
*/
|
||||
Colour (PixelARGB argb) noexcept;
|
||||
|
||||
/** Creates a colour using a PixedRGB object.
|
||||
/** Creates a colour using a PixelRGB object.
|
||||
*/
|
||||
Colour (PixelRGB rgb) noexcept;
|
||||
|
||||
/** Creates a colour using a PixedAlpha object.
|
||||
/** Creates a colour using a PixelAlpha object.
|
||||
*/
|
||||
Colour (PixelAlpha alpha) noexcept;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue