r877: Fix files that were missing from a make dist tarball.
[cinelerra_cv.git] / guicast / colors.h
bloba3f5a65a2c2613b5063566894bb7eeb504dbc97e
1 #ifndef COLORS_H
2 #define COLORS_H
4 // standard colors
5 #define BLACK 0x000000
6 #define WHITE 0xFFFFFF
8 #define LTBLUE 0x9090FF
9 #define BLUE 0x0000FF
10 #define DKBLUE 0x000090
12 #define LTPINK 0xFFC0C0
13 #define PINK 0xFF8080
14 #define RED 0xFF0000
16 #define LTGREEN 0xC0FFC0
17 #define GREEN 0x00FF00
18 #define DKGREEN 0x009000
20 #define YELLOW 0xFFFF00
21 #define LTYELLOW 0xFFFFA0
22 #define MEYELLOW 0xFFFF00
23 #define MDYELLOW 0xFFFFD2
24 #define DKYELLOW 0xFFFFB4
26 #define LTCYAN 0x00CBCB
27 #define MECYAN 0x009696
28 #define MDCYAN 0x007E7E
29 #define DKCYAN 0x004949
31 #define LTPURPLE 0xFFC0FF
32 #define MEPURPLE 0xFF00FF
33 #define MDPURPLE 0xC000C0
34 #define DKPURPLE 0xA000A0
36 #define LTGREY 0xE0E0E0
37 #define MEGREY 0xAFAFAF
38 #define MDGREY 0x7D7D7D
39 #define DKGREY 0x4B4B4B
41 #define BLOND 0xb4b487
43 #define MNGREY 0xe6e6e6
44 #define FGGREY 0xe3e3e3
45 #define MNBLUE 0x003cff
46 #define ORANGE 0xffdd76
47 #define FTGREY 0xbcbcbc
49 #endif