1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
This commit is contained in:
hogliux 2015-05-08 09:21:03 +01:00
parent 48c32fde3b
commit 00374c9ca9

View file

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