home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / MCOMM530.ZIP / COLORS.H < prev    next >
Text File  |  1990-06-22  |  873b  |  45 lines

  1.  
  2. /*
  3.         C O L O R S . H  --  c o l o r   d e f i n i t i o n   f i l e
  4.             Mike Dumdei,  6 Holly Lane,  Texarkana TX  75503
  5. */
  6.  
  7. #define CO80    3
  8. #define BW80    2
  9. #define MONO    7
  10.  
  11. #define BLK     0x00
  12. #define BLU     0x01
  13. #define GRN     0x02
  14. #define CYN     0x03
  15. #define RED     0x04
  16. #define MAG     0x05
  17. #define BRN     0x06
  18. #define WHT     0x07
  19. #define GRY     0x08
  20. #define H_BLU   0x09
  21. #define H_GRN   0x0a
  22. #define H_CYN   0x0b
  23. #define H_RED   0x0c
  24. #define H_MAG   0x0d
  25. #define YLW     0x0e
  26. #define H_WHT   0x0f
  27.  
  28. #define BLK_B   0x00
  29. #define BLU_B   0x10
  30. #define GRN_B   0x20
  31. #define CYN_B   0x30
  32. #define RED_B   0x40
  33. #define MAG_B   0x50
  34. #define BRN_B   0x60
  35. #define WHT_B   0x70
  36.  
  37. #define BLNK    0x80
  38.  
  39. #define NRML    0x07
  40. #define INTN    0x0f
  41. #define UNDL    0x01
  42. #define H_UNDL  0x09
  43. #define RVRS    0x70
  44.  
  45.