Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ColorLib.h
- Revision:
- 45:1ec0f097fa0d
- Parent:
- 37:598d7a15192a
- Child:
- 46:2374900f8845
--- a/ColorLib.h Fri Dec 16 23:29:34 2016 +0000 +++ b/ColorLib.h Sat Dec 17 00:23:44 2016 +0000 @@ -314,8 +314,8 @@ RGBColor GammaColor(RGBColor color); RGBColor GammaColor(RGBColor color, int brightness); -void GammaCorrection(RGBColor *color, int size); -void GammaCorrection(HSVColor *color, int size); +RGBColor* GammaCorrection(RGBColor *color, int size); +HSVColor* GammaCorrection(HSVColor *color, int size); //---------------------------------------------------------------------------- #endif // end of COLORLIB_H