Add C=f(C) curve and fixed some bugs

This commit is contained in:
Desmis
2017-01-23 13:06:10 +01:00
parent 3ecf01c713
commit 9e1b9f7c19
19 changed files with 733 additions and 266 deletions

View File

@@ -107,6 +107,7 @@ protected:
LUTf wavclCurve;
LUTf clToningcurve;
LUTf lllocalcurve;
LUTf cclocalcurve;
LUTf cl2Toningcurve;
LUTf Noisecurve;
LUTf NoiseCCcurve;
@@ -215,10 +216,13 @@ protected:
bool opautili;
bool wavcontlutili;
bool locallutili;
bool localcutili;
int **dataspot;
std::string *retistr;
std::string *llstr;
std::string *lhstr;
std::string *ccstr;
LUTi circrads;
LUTi centerx;
@@ -233,7 +237,7 @@ protected:
LUTi sensis;
LUTi transits;
LUTi inverss;
LUTi curvactivs;
LUTi curvactivs;
LUTi smeths;
LUTi curens;
LUTi radiuss;
@@ -284,6 +288,8 @@ protected:
LUTi sizellcs;
LUTi lhcurvs;
LUTi sizelhcs;
LUTi cccurvs;
LUTi sizecccs;
LUTf huerefs;
LUTf chromarefs;