no longer need ffmpeg patch0 which was for Termux
[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 ColorGUI;
28 class PaletteWheel;
29 class PaletteWheelValue;
30 class PaletteOutput;
31 class PaletteHue;
32 class PaletteSat;
33 class PaletteVal;
34 class PaletteRed;
35 class PaletteGrn;
36 class PaletteBlu;
37 class PaletteAlpha;
38 class PaletteLum;
39 class PaletteCr;
40 class PaletteCb;
41 class PaletteNum;
42 class PaletteRGB;
43 class PaletteYUV;
44 class PaletteHSV;
45 class PaletteAPH;
46 class PaletteHexButton;
47 class PaletteHex;
48 class PaletteGrabButton;
49 class PaletteHistory;
50 class ColorButton;
51 class ColorButtonPicker;
52 class ColorButtonThread;
53 class ColorBoxButton;
54 class ColorCircleButton;
55
56 #endif