source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/colordlg.h@ 1166

Last change on this file since 1166 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 1.0 KB
Line 
1/**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
5 */
6#define DLG_COLOR 10
7#define COLOR_HUESCROLL 700
8#define COLOR_SATSCROLL 701
9#define COLOR_LUMSCROLL 702
10#define COLOR_HUE 703
11#define COLOR_SAT 704
12#define COLOR_LUM 705
13#define COLOR_RED 706
14#define COLOR_GREEN 707
15#define COLOR_BLUE 708
16#define COLOR_CURRENT 709
17#define COLOR_RAINBOW 710
18#define COLOR_SAVE 711
19#define COLOR_ADD 712
20#define COLOR_SOLID 713
21#define COLOR_TUNE 714
22#define COLOR_SCHEMES 715
23#define COLOR_ELEMENT 716
24#define COLOR_SAMPLES 717
25#define COLOR_PALETTE 718
26#define COLOR_MIX 719
27#define COLOR_BOX1 720
28#define COLOR_CUSTOM1 721
29#define COLOR_HUEACCEL 723
30#define COLOR_SATACCEL 724
31#define COLOR_LUMACCEL 725
32#define COLOR_REDACCEL 726
33#define COLOR_GREENACCEL 727
34#define COLOR_BLUEACCEL 728
35#define COLOR_SOLID_LEFT 730
36#define COLOR_SOLID_RIGHT 731
37#define NUM_BASIC_COLORS 48
38#define NUM_CUSTOM_COLORS 16
Note: See TracBrowser for help on using the repository browser.