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:
- 13:2dce64fab69e
- Parent:
- 10:db7308876f3e
- Child:
- 15:cd78625d83b6
--- a/ColorLib.h Tue Aug 16 16:18:44 2016 +0000
+++ b/ColorLib.h Fri Aug 19 18:02:25 2016 +0000
@@ -73,6 +73,8 @@
CL_YELLOWGREEN = COLORREF(0x9A, 0xCD, 0x32),
CL_GREENYELLOW = COLORREF(0xAD, 0xFF, 0x2F),
CL_CANDLE = COLORREF(255, 147, 41), /* 1900 K */
+ CK_TUNGSTEN = COLORREF(255, 197, 143), /* 2600 K */
+ CL_HALOGEN = COLORREF(255, 241, 224), /* 3200 K */
};
//----------------------------------------------------------------------------