rdsedmundo

pointblank color

Jul 22nd, 2012
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.58 KB | None | 0 0
  1. {col:0.255.0.255} Verde
  2. {col:255.0.255.255} Rosa
  3. {col:0.0.255.255} Azul Escuro
  4. {col:0.128.255.255} Azul Claro
  5. {col:128.0.255.255} Roxo
  6. {col:255.0.0.255} Vermelho
  7. {col:255.255.255.255} Branco
  8.  
  9. #define BLACK D3DCOLOR_ARGB(150, 000, 000, 000)
  10. #define WHITE D3DCOLOR_ARGB(255, 255, 255, 255)
  11. #define RED D3DCOLOR_ARGB(255, 255, 000, 000)
  12. #define GREEN D3DCOLOR_ARGB(255, 000, 255, 000)
  13. #define YELLOW D3DCOLOR_ARGB(255, 255, 255, 000)
  14. #define BLUE D3DCOLOR_ARGB(255, 000, 000, 255)
  15. #define SKYBLUE D3DCOLOR_ARGB(255, 0, 180, 255)
  16. #define RED2 D3DCOLOR_ARGB(100, 255, 000, 000)
Advertisement
Add Comment
Please, Sign In to add comment