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:
- 30:59b70f91b471
- Parent:
- 29:a362df191524
- Child:
- 37:598d7a15192a
--- a/ColorLib.h Wed Sep 07 22:21:27 2016 +0000 +++ b/ColorLib.h Sat Sep 10 01:06:41 2016 +0000 @@ -313,6 +313,7 @@ extern const uint8_t gamma20_table[256]; RGBColor GammaColor(RGBColor color); +RGBColor GammaColor(RGBColor color, int brightness); //---------------------------------------------------------------------------- #endif // end of COLORLIB_H