home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / colordlg.h < prev    next >
Text File  |  1998-04-25  |  1KB  |  61 lines

  1. /*++
  2.  
  3. Copyright (c) 1990-1997,  Microsoft Corporation  All rights reserved.
  4.  
  5. Module Name:
  6.  
  7.     colordlg.h
  8.  
  9. Abstract:
  10.  
  11.     This module contains the header information for the Win32 color dialog.
  12.  
  13. Revision History:
  14.  
  15. --*/
  16.  
  17.  
  18.  
  19. //
  20. //  Constant Declarations.
  21. //
  22.  
  23. #define DLG_COLOR            10
  24.  
  25. #define COLOR_HUESCROLL      700            // color dialog
  26. #define COLOR_SATSCROLL      701
  27. #define COLOR_LUMSCROLL      702
  28. #define COLOR_HUE            703
  29. #define COLOR_SAT            704
  30. #define COLOR_LUM            705
  31. #define COLOR_RED            706
  32. #define COLOR_GREEN          707
  33. #define COLOR_BLUE           708
  34. #define COLOR_CURRENT        709
  35. #define COLOR_RAINBOW        710
  36. #define COLOR_SAVE           711
  37. #define COLOR_ADD            712
  38. #define COLOR_SOLID          713
  39. #define COLOR_TUNE           714
  40. #define COLOR_SCHEMES        715
  41. #define COLOR_ELEMENT        716
  42. #define COLOR_SAMPLES        717
  43. #define COLOR_PALETTE        718
  44. #define COLOR_MIX            719
  45. #define COLOR_BOX1           720
  46. #define COLOR_CUSTOM1        721
  47.  
  48. #define COLOR_HUEACCEL       723
  49. #define COLOR_SATACCEL       724
  50. #define COLOR_LUMACCEL       725
  51. #define COLOR_REDACCEL       726
  52. #define COLOR_GREENACCEL     727
  53. #define COLOR_BLUEACCEL      728
  54.  
  55. #define COLOR_SOLID_LEFT     730
  56. #define COLOR_SOLID_RIGHT    731
  57.  
  58. #define NUM_BASIC_COLORS     48
  59. #define NUM_CUSTOM_COLORS    16
  60.  
  61.