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:
- 46:2374900f8845
- Parent:
- 45:1ec0f097fa0d
--- a/ColorLib.h Sat Dec 17 00:23:44 2016 +0000 +++ b/ColorLib.h Tue Dec 20 03:22:01 2016 +0000 @@ -312,6 +312,8 @@ //---------------------------------------------------------------------------- extern const uint8_t gamma20_table[256]; +//uint8_t GetGammaTable(); +#define GetGammaTable() (gamma20_table) RGBColor GammaColor(RGBColor color); RGBColor GammaColor(RGBColor color, int brightness); RGBColor* GammaCorrection(RGBColor *color, int size);