| 12345678910111213141516171819202122232425262728293031323334353637 |
- #define Azul 0x375FFFFF
- #define Rojo 0xFF0000FF
- #define Verde 0x00FF00FF
- #define Amarillo 0xFFFF00AA5
- #define Naranja 0xFF8000FF
- #define ROJO 0xAA3333AA
- #define NARANJA 0xF97804FF
- #define BLANCO 0xEFEFF7AA
- #define LIGHTBLUE 0x00C2ECFF
- #define NICESKY 0x99FFFFAA
- #define ROJO 0xAA3333AA
- #define NARANJA 0xF97804FF
- #define BLANCO 0xEFEFF7AA
- #define LIGHTBLUE 0x00C2ECFF
- #define NICESKY 0x99FFFFAA
- #define COR_VERMELHA 0xFF0000AA
- #define COR_AMARELA 0xFFFF00AA
- #define COR_LARANJA 0xFFA500AA
- #define COR_MAGENTA 0xFF00FFAA
- #define COR_ROSA 0xFFC0CBAA
- #define COR_VERDE 0x00CC00AA
- #define COR_VERDECLARO 0x90EE90AA
- #define COR_BRANCA 0xFFFFFFAA
- #define COR_CINZA 0xAFAFAFAA
- #define COR_AZUL 0x004DFFAA
- #define COR_AZUL_FRACO 0x90F9FFAA
- #define COR_BRANCO 0xF6F6F6AA
- #define Vermelho 0xF60000AA
- #define Cinza 0xBEBFBFAA
- #define Laranja 0xF69800AA
- #define Rosa 0xF600F6AA
- #define Amarelo 0xF6F600AA
- #define Branco 0xF6F6F6AA
- #define Roxo 0x80448CAA
- #define COR_STUNT 0x00A100AA
- #define COR_DRIFT 0x0098F6AA
- #define COR_DM 0xF60000AA
|