Fixed some bugs and first Exposure mode without curve

This commit is contained in:
Desmis
2017-07-23 14:02:41 +02:00
parent 3a4c957377
commit 432e123733
20 changed files with 2129 additions and 890 deletions

View File

@@ -432,6 +432,12 @@ public:
bool lightness;
bool contrast;
bool chroma;
bool expcomp;
bool hlcompr;
bool hlcomprthresh;
bool black;
bool shcompr;
bool noiselumf;
bool noiselumc;
bool noisechrof;
@@ -441,6 +447,7 @@ public:
bool shardamping;
bool shariter;
bool sensi;
bool sensiex;
bool sensih;
bool retrab;
bool sensicb;
@@ -478,10 +485,12 @@ public:
bool cccurve;
bool LHcurve;
bool HHcurve;
bool excurve;
bool chrrt;
bool mult[5];
bool threshold;
bool expcolor;
bool expexpose;
bool expvibrance;
bool expblur;
bool exptonemap;