Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {col:0.255.0.255} Verde
- {col:255.0.255.255} Rosa
- {col:0.0.255.255} Azul Escuro
- {col:0.128.255.255} Azul Claro
- {col:128.0.255.255} Roxo
- {col:255.0.0.255} Vermelho
- {col:255.255.255.255} Branco
- #define BLACK D3DCOLOR_ARGB(150, 000, 000, 000)
- #define WHITE D3DCOLOR_ARGB(255, 255, 255, 255)
- #define RED D3DCOLOR_ARGB(255, 255, 000, 000)
- #define GREEN D3DCOLOR_ARGB(255, 000, 255, 000)
- #define YELLOW D3DCOLOR_ARGB(255, 255, 255, 000)
- #define BLUE D3DCOLOR_ARGB(255, 000, 000, 255)
- #define SKYBLUE D3DCOLOR_ARGB(255, 0, 180, 255)
- #define RED2 D3DCOLOR_ARGB(100, 255, 000, 000)
Advertisement
Add Comment
Please, Sign In to add comment