workaround for ub16 compiler problem
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / colorpicker.inc
1
2 /*
3  * CINELERRA
4  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  */
21
22 #ifndef COLORPICKER_INC
23 #define COLORPICKER_INC
24
25 class ColorPicker;
26 class ColorWindow;
27 class PaletteWheel;
28 class PaletteWheelValue;
29 class PaletteOutput;
30 class PaletteHue;
31 class PaletteSat;
32 class PaletteVal;
33 class PaletteRed;
34 class PaletteGrn;
35 class PaletteBlu;
36 class PaletteAlpha;
37 class PaletteLum;
38 class PaletteCr;
39 class PaletteCb;
40 class PaletteNum;
41 class PaletteRGB;
42 class PaletteYUV;
43 class PaletteHSV;
44 class PaletteAPH;
45 class PaletteHexButton;
46 class PaletteHex;
47 class PaletteGrabButton;
48 class PaletteHistory;
49 class ColorButton;
50 class ColorButtonPicker;
51 class ColorButtonThread;
52 class ColorBoxButton;
53 class ColorCircleButton;
54
55 #endif