Color Toning fixed some bug -auto saturation - Labels - issue2454 issue2014

This commit is contained in:
jdc
2014-09-10 10:54:55 +02:00
parent ee7bb48aac
commit 7f09a19446
20 changed files with 395 additions and 364 deletions

View File

@@ -51,7 +51,6 @@ class ToneCurveParamsEdited {
bool expcomp;
bool hrenabled;
bool method;
};
class LCurveParamsEdited {
@@ -72,10 +71,9 @@ class LCurveParamsEdited {
bool hhcurve;
bool lccurve;
bool clcurve;
bool enabled;
bool method;
};
class RGBCurvesParamsEdited {
@@ -95,10 +93,10 @@ class ColorToningEdited {
bool colorCurve;
bool clcurve;
bool method;
bool autosat;
bool satProtectionThreshold;
bool saturatedOpacity;
bool strengthprotection;
bool autosat;
bool satprotectionthreshold;
bool saturatedopacity;
bool strength;
bool shadowsColSat;
bool hlColSat;
bool balance;