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.
Dependencies: mbed ros_lib_kinetic
Diff: colors.h
- Revision:
- 7:1be54ceadd53
- Parent:
- 1:40bdbe1a93b7
--- a/colors.h Mon Jul 02 23:38:21 2018 +0000 +++ b/colors.h Wed Nov 13 02:47:08 2019 +0000 @@ -3,6 +3,8 @@ #include "RGBA.h" +// meep + namespace color { const RGBA<float> white (255, 255, 255, 0); const RGBA<float> red (255, 0, 0, 0);