merged 'dev' into 'sony-pixel-shift'

This commit is contained in:
Alberto Griggio
2017-12-18 10:11:38 +01:00
64 changed files with 1000 additions and 751 deletions

View File

@@ -341,6 +341,7 @@ struct RetinexParams
*/
struct LCurveParams
{
bool enabled;
std::vector<double> lcurve;
std::vector<double> acurve;
std::vector<double> bcurve;
@@ -367,6 +368,7 @@ struct LCurveParams
* Parameters of the RGB curves
*/
struct RGBCurvesParams {
bool enabled;
bool lumamode;
std::vector<double> rcurve;
std::vector<double> gcurve;
@@ -538,6 +540,7 @@ struct WBEntry {
};
struct WBParams {
bool enabled;
Glib::ustring method;
int temperature;
double green;
@@ -895,6 +898,7 @@ struct VignettingParams {
* Parameters of the color mixer
*/
struct ChannelMixerParams {
bool enabled;
int red[3];
int green[3];
int blue[3];
@@ -1137,6 +1141,7 @@ struct DirPyrEqualizerParams {
* HSV equalizer params
*/
struct HSVEqualizerParams {
bool enabled;
std::vector<double> hcurve;
std::vector<double> scurve;
std::vector<double> vcurve;