DiGiTaL_AnGeL

DiGiTaL Colors

Jan 18th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.84 KB | None | 0 0
  1. /* Include made by DiGiTaL_AnGeL for anyone who wants to edit/recompile his(mine) scripts. How to use? Just paste the this to a txt file, then change its extension to .inc. After that, just paste the .inc file in your "pawn\includes" folder.
  2.                                                     5:07 PM 12/2/2012*/
  3.  
  4. #if defined _digital_colors_included
  5.     #endinput
  6. #endif
  7. #define _digital_colors_included
  8.  
  9. #define ALB 0xFFFFFFFF
  10. #define NEGRU 0x000000FF
  11. #define ROSU 0xFF0000FF
  12. #define VERDE 0x00FF00FF
  13. #define ALBASTRU 0x0000FFFF
  14. #define MOV 0x7A00FFFF
  15. #define ROZ 0xFF00FFFF
  16. #define PORTOCALIU 0xFF7B00FF
  17. #define GALBEN 0xFFFF00FF
  18. #define BLEU 0x00FFFFFF
  19. #define GRI 0x747474FF
  20. #define MARO 0x784830FF
  21. #define ROSUINCHIS 0x800000FF
  22. #define VERDEINCHIS 0x006C00FF
  23. #define ALBASTRUINCHIS 0x000085FF
  24. #define CREM 0xFFFFA6FF
  25. #define VIOLET 0x7F0089FF
  26. #define LIME 0x7FFF00FF
Advertisement
Add Comment
Please, Sign In to add comment