home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / qc_prog / chap15 / color.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-06-25  |  384 b   |  17 lines

  1. #define  BLACK   0x0
  2. #define  BLUE    0x1
  3. #define  GREEN   0x2
  4. #define  RED     0x4
  5. #define  CYAN    0x3
  6. #define  MAGENTA 0x5
  7. #define  YELLOW  0x6
  8. #define  WHITE   0x7
  9. #define  BG_BLACK   0x00
  10. #define  BG_BLUE    0x10
  11. #define  BG_GREEN   0x20
  12. #define  BG_RED     0x40
  13. #define  BG_CYAN    0x30
  14. #define  BG_MAGENTA 0x50
  15. #define  BG_YELLOW  0x60
  16. #define  BG_WHITE   0x70
  17.