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
Revision 7:1be54ceadd53, committed 2019-11-13
- Comitter:
- alisonsb
- Date:
- Wed Nov 13 02:47:08 2019 +0000
- Parent:
- 6:7520bf98d660
- Commit message:
- meep test
Changed in this revision
colors.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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);