Clarity and Sharpening from Manuel Llorens #issue814

This commit is contained in:
jdc
2011-07-07 08:04:58 +02:00
parent 9ffdb41ddb
commit b024e815f6
24 changed files with 968 additions and 20 deletions

View File

@@ -54,6 +54,19 @@ class LCurveParamsEdited {
bool bcurve;
};
class ClarityParamsEdited {
public :
bool clpasses;
bool clstrength;
bool mlstrength;
bool enabled;
bool enabledtwo;
bool clthreechannels;
bool uniformity;
bool MLmicromatrix;
};
class SharpeningParamsEdited {
public:
@@ -327,7 +340,9 @@ class ParamsEdited {
public:
ToneCurveParamsEdited toneCurve;
LCurveParamsEdited labCurve;
SharpeningParamsEdited sharpening;
SharpeningParamsEdited sharpening;
ClarityParamsEdited clarity;
ColorBoostParamsEdited colorBoost;
WBParamsEdited wb;
ColorShiftParamsEdited colorShift;