home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 165 / WDFMT21.ZIP / COLOR.H < prev    next >
Text File  |  1988-05-23  |  508b  |  29 lines

  1. /*  color.h
  2. *
  3. *  IBM PC Graphics and Color Text colors definitions
  4. *
  5. */
  6.  
  7. #define FOREGROUND 1
  8. #define BACKGROUND 0
  9.  
  10. #define BLACK       0
  11. #define BLUE       1
  12. #define GREEN       2
  13. #define CYAN       3
  14. #define RED       4
  15. #define MAGENTA    5
  16. #define BROWN       6
  17. #define LTGREY       7
  18. #define DKGREY       8
  19. #define LTBLUE       9
  20. #define LTGREEN    10
  21. #define LTCYAN       11
  22. #define LTRED       12
  23. #define LTMAGENTA  13
  24. #define YELLOW       14
  25. #define WHITE       15
  26. #define INVERSE    0x70
  27. #define VNORMAL    7
  28.  
  29.