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
colors.h
00001 #ifndef COLORS_H 00002 #define COLORS_H 00003 00004 #include "RGBA.h" 00005 00006 namespace color { 00007 const RGBA<float> white (255, 255, 255, 0); 00008 const RGBA<float> red (255, 0, 0, 0); 00009 const RGBA<float> green ( 0, 255, 0, 0); 00010 const RGBA<float> blue ( 0, 0, 255, 0); 00011 const RGBA<float> yellow (255, 255, 0, 0); 00012 const RGBA<float> cyan ( 0, 255, 255, 0); 00013 const RGBA<float> magenta (255, 0, 255, 0); 00014 00015 } // End "color" namespace 00016 00017 00018 00019 #endif COLORS_H
Generated on Wed Jul 27 2022 01:17:15 by
