2 * Cinelerra :: Blue Banana - color modification plugin for Cinelerra-CV
3 * Copyright (C) 2012-2013 Monty <monty@xiph.org>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 #ifndef BLUEBANANACONFIG_H
22 #define BLUEBANANACONFIG_H
26 class BluebananaConfig{
30 int equivalent(BluebananaConfig &that);
31 void copy_from(BluebananaConfig &that);
32 void interpolate(BluebananaConfig &prev,
33 BluebananaConfig &next,
36 int64_t current_frame);
49 float Hsel_lo; /* range of 0 to 360 */
50 float Hsel_hi; /* strictly greater than lo, so may extend 0 to 720 */
75 float Sadj_gamma; //*100