Color Toning issue2014

This commit is contained in:
jdc
2014-07-07 19:44:32 +02:00
parent 7636502a7c
commit f277afd333
103 changed files with 4779 additions and 455 deletions

View File

@@ -87,6 +87,37 @@ class RGBCurvesParamsEdited {
bool bcurve;
};
class ColorToningEdited {
public:
bool enabled;
bool opacityCurve;
bool colorCurve;
bool clcurve;
bool method;
bool autosat;
bool satProtectionThreshold;
bool saturatedOpacity;
bool strengthprotection;
bool shadowsColSat;
bool hlColSat;
bool balance;
bool twocolor;
bool cl2curve;
bool redlow;
bool greenlow;
bool bluelow;
bool redmed;
bool greenmed;
bool bluemed;
bool redhigh;
bool greenhigh;
bool bluehigh;
bool satlow;
bool sathigh;
bool lumamode;
};
class SharpenEdgeParamsEdited {
public :
@@ -493,6 +524,7 @@ class ParamsEdited {
ToneCurveParamsEdited toneCurve;
LCurveParamsEdited labCurve;
RGBCurvesParamsEdited rgbCurves;
ColorToningEdited colorToning;
SharpeningParamsEdited sharpening;
SharpenEdgeParamsEdited sharpenEdge;
SharpenMicroParamsEdited sharpenMicro;