home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / winh / winnt / colordlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-11  |  995 b   |  36 lines

  1. #define DLG_COLOR          10
  2.  
  3. #define COLOR_HUESCROLL   700           /* color dialog */
  4. #define COLOR_SATSCROLL   701
  5. #define COLOR_LUMSCROLL   702
  6. #define COLOR_HUE         703
  7. #define COLOR_SAT         704
  8. #define COLOR_LUM         705
  9. #define COLOR_RED         706
  10. #define COLOR_GREEN       707
  11. #define COLOR_BLUE        708
  12. #define COLOR_CURRENT     709
  13. #define COLOR_RAINBOW     710
  14. #define COLOR_SAVE        711
  15. #define COLOR_ADD         712
  16. #define COLOR_SOLID       713
  17. #define COLOR_TUNE        714
  18. #define COLOR_SCHEMES     715
  19. #define COLOR_ELEMENT     716
  20. #define COLOR_SAMPLES     717
  21. #define COLOR_PALETTE     718
  22. #define COLOR_MIX         719
  23. #define COLOR_BOX1        720
  24. #define COLOR_CUSTOM1     721
  25.  
  26. #define COLOR_HUEACCEL    723
  27. #define COLOR_SATACCEL    724
  28. #define COLOR_LUMACCEL    725
  29. #define COLOR_REDACCEL    726
  30. #define COLOR_GREENACCEL  727
  31. #define COLOR_BLUEACCEL   728
  32.  
  33. #define NUM_BASIC_COLORS   48
  34. #define NUM_CUSTOM_COLORS  16
  35.  
  36.