merged 'localcontrast' into 'dev'

This commit is contained in:
Alberto Griggio
2017-12-20 23:16:28 +01:00
27 changed files with 645 additions and 7 deletions

View File

@@ -118,6 +118,17 @@ public:
bool clcurve;
};
class LocalContrastParamsEdited {
public:
bool enabled;
bool radius;
bool amount;
bool darkness;
bool lightness;
};
class RGBCurvesParamsEdited
{
@@ -794,6 +805,7 @@ public:
GeneralParamsEdited general;
ToneCurveParamsEdited toneCurve;
LCurveParamsEdited labCurve;
LocalContrastParamsEdited localContrast;
RGBCurvesParamsEdited rgbCurves;
ColorToningEdited colorToning;
RetinexParamsEdited retinex;