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:
- 37:598d7a15192a
- Parent:
- 30:59b70f91b471
- Child:
- 45:1ec0f097fa0d
diff -r 0fe7917a832a -r 598d7a15192a ColorLib.h --- a/ColorLib.h Fri Nov 04 17:40:25 2016 +0000 +++ b/ColorLib.h Sat Nov 05 19:59:57 2016 +0000 @@ -314,6 +314,8 @@ RGBColor GammaColor(RGBColor color); RGBColor GammaColor(RGBColor color, int brightness); +void GammaCorrection(RGBColor *color, int size); +void GammaCorrection(HSVColor *color, int size); //---------------------------------------------------------------------------- #endif // end of COLORLIB_H