home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / FFILLY / CalClock / setcolor.h < prev   
Text File  |  1997-01-29  |  325b  |  15 lines

  1. //setcolor.h
  2.  
  3. #define BLACK     0x000000
  4. #define WHITE     0xffffff
  5. #define RED     0x0000ff
  6. #define BLUE     0xff0000
  7. #define GREEN     0x00ff00
  8. #define YELLOW     0x00ffff
  9. #define CYAN     0xffff00
  10. #define MAGENDA 0xff00ff
  11. #define ORANGE     0x3fbfff
  12. #define DARKGREEN     0x007f00
  13. #define MIDDARKGREEN     0x00bf00
  14. #define GREY     0x7f7f7f
  15.