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

@@ -113,7 +113,13 @@ protected:
LUTf lllocalcurve;
LUTf cclocalcurve;
LUTf sklocalcurve;
LUTf exlocalcurve;
LUTf hltonecurveloc;
LUTf shtonecurveloc;
LUTf tonecurveloc;
// ToneCurve customToneCurve1loc;
LUTf cl2Toningcurve;
LUTf Noisecurve;
LUTf NoiseCCcurve;
@@ -128,7 +134,7 @@ protected:
LUTu histBlue, histBlueRaw;
LUTu histLuma, histToneCurve, histToneCurveBW, histLCurve, histCCurve;
LUTu histLLCurve, histLCAM, histCCAM, histClad, bcabhist, histChroma, histLRETI;
LUTu lhist16;
LUTf CAMBrightCurveJ, CAMBrightCurveQ;
LUTf rCurve;
@@ -227,8 +233,10 @@ protected:
bool locallutili;
bool localcutili;
bool localskutili;
bool localexutili;
bool LHutili;
bool HHutili;
bool curveutili;
int **dataspot;
std::string *retistr;
@@ -250,6 +258,13 @@ protected:
LUTi contrs;
LUTi chroms;
LUTi sensis;
LUTi expcomps;
LUTi blacks;
LUTi hlcomprs;
LUTi hlcomprthreshs;
LUTi shcomprs;
LUTi sensiexs;
LUTi transits;
LUTi inverss;
LUTi curvactivs;
@@ -318,6 +333,10 @@ protected:
LUTi pastsattogs;
LUTi skintonescurves;
LUTi sizeskintonecurves;
// LUTi hltonecurvelocs;
// LUTi shtonecurvelocs;
// LUTi tonecurvelocs;
// LUTi customToneCurve1locs;
LUTf huerefs;
LUTf chromarefs;