Fixed Auto Levels Clip malfunction issue 2104

This commit is contained in:
jdc
2013-12-16 17:27:07 +01:00
parent 489d6bfd83
commit aa15edd1e8
33 changed files with 399 additions and 149 deletions

View File

@@ -49,6 +49,9 @@ class ToneCurveParamsEdited {
bool autoexp;
bool clip;
bool expcomp;
bool hrenabled;
bool method;
};
class LCurveParamsEdited {
@@ -69,6 +72,10 @@ class LCurveParamsEdited {
bool hhcurve;
bool lccurve;
bool clcurve;
bool enabled;
bool method;
};
class RGBCurvesParamsEdited {
@@ -384,14 +391,14 @@ class CACorrParamsEdited {
bool red;
bool blue;
};
/*
class HRecParamsEdited {
public:
bool enabled;
bool method;
};
*/
class ResizeParamsEdited {
public:
@@ -503,7 +510,7 @@ class ParamsEdited {
VignettingParamsEdited vignetting;
ChannelMixerParamsEdited chmixer;
BlackWhiteParamsEdited blackwhite;
HRecParamsEdited hlrecovery;
// HRecParamsEdited hlrecovery;
ResizeParamsEdited resize;
ColorManagementParamsEdited icm;
RAWParamsEdited raw;