added on/off switch for L*a*b* adjustments

This commit is contained in:
Alberto Griggio
2017-12-16 18:36:28 +01:00
parent 4ef705cdd6
commit e1bf4b075f
9 changed files with 57 additions and 18 deletions

View File

@@ -100,6 +100,7 @@ public:
class LCurveParamsEdited
{
public:
bool enabled;
bool brightness;
bool contrast;
bool chromaticity;
@@ -115,8 +116,6 @@ public:
bool hhcurve;
bool lccurve;
bool clcurve;
bool enabled;
bool method;
};
class RGBCurvesParamsEdited