home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / GRAPHICS / WINDOWPR.ZIP / COLORS.H next >
Encoding:
C/C++ Source or Header  |  1987-11-12  |  362 b   |  18 lines

  1. /* colors */
  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 LIGHTGRAY            7
  10. #define DARKGRAY            8
  11. #define LIGHTBLUE            9
  12. #define LIGHTGREEN            10
  13. #define LIGHTCYAN            11
  14. #define LIGHTRED            12
  15. #define LIGHTMAGENTA            13
  16. #define YELLOW                14
  17. #define WHITE                15
  18.