home *** CD-ROM | disk | FTP | other *** search
/ The CIA World Factbook 1992 / k3bimage.iso / sel / 04 / 0009 / colors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-02  |  408 b   |  21 lines

  1. /* this file defines the integer colors by their names */
  2. #define BLACK 0
  3. #define BLUE 1
  4. #define GREEN 2
  5. #define CYAN 3
  6. #define RED 4
  7. #define MAGENTA 5
  8. #define BROWN 6
  9. #define WHITE 7
  10. #define GRAY 8
  11. #define LTBLUE 9
  12. #define LTGREEN 10
  13. #define LTCYAN 11
  14. #define LTRED 12
  15. #define LTMAGENTA 13
  16. #define YELLOW 14
  17. #define LTWHITE 15
  18. #define BLINK 16
  19. #define UNDERLINE 1
  20. #define LTUNDERLINE 9
  21.