00001 #ifndef __colordefines_h__ 00002 #define __colordefines_h__ 00003 00004 #define RED 0 00005 #define BLUE 1 00006 #define GREEN 2 00007 #define ORANGE 3 00008 #define ICEBLUE 4 00009 #define YELLOW 5 00010 #define BLACK 6 00011 #define CANDY 7 00012 00013 #define COLOR_BLACK (0x00800080) 00014 #define COLOR_MAROON (0x266A26C0) 00015 #define COLOR_GREEN (0x4B554B4A) 00016 #define COLOR_OLIVE (0x7140718A) 00017 #define COLOR_NAVY (0x0EC00E75) 00018 #define COLOR_PURPLE (0x34AA34B5) 00019 #define COLOR_TEAL (0x59955940) 00020 #define COLOR_GRAY (0x80808080) 00021 #define COLOR_SILVER (0xC080C080) 00022 #define COLOR_RED (0x4C544CFF) 00023 #define COLOR_LIME (0x952B9515) 00024 #define COLOR_YELLOW (0xE100E194) 00025 #define COLOR_BLUE (0x1DFF1D6B) 00026 #define COLOR_FUCHSIA (0x69D469EA) 00027 #define COLOR_AQUA (0xB2ABB200) 00028 #define COLOR_WHITE (0xFF80FF80) 00029 #define COLOR_MONEYGREEN (0xD076D074) 00030 #define COLOR_SKYBLUE (0xC399C36A) 00031 #define COLOR_CREAM (0xFA79FA82) 00032 #define COLOR_MEDGRAY (0xA082A07F) 00033 00034 #endif