Fixed bug in vibrance local and some enhancement to exposure

This commit is contained in:
Desmis
2018-02-07 15:59:47 +01:00
parent 24f453ba2c
commit 9ab5015147
5 changed files with 501 additions and 47 deletions

View File

@@ -118,7 +118,7 @@ private:
rtengine::ProcEvent Evlocallabblack;// = 576,
rtengine::ProcEvent Evlocallabshcompr;// = 577,
rtengine::ProcEvent Evlocallabsensiex;// = 578,
rtengine::ProcEvent Evlocallabshape;// = 579,
rtengine::ProcEvent Evlocallabshapeexpos;// = 579,
rtengine::ProcEvent EvlocallabCenterbuf;// = 580,
rtengine::ProcEvent Evlocallabadjblur;// = 581,
rtengine::ProcEvent Evlocallabcutpast;// = 582,
@@ -291,7 +291,7 @@ private:
CurveEditorGroup* curveEditorG;
CurveEditorGroup* curveEditorG2;
DiagonalCurveEditor* shape;
DiagonalCurveEditor* shapeexpos;
DiagonalCurveEditor* shape2;
FlatCurveEditor* cTgainshape;