Change int by double - deltaEweakening - exposure comp - sharpening radius and blur radius

This commit is contained in:
Desmis
2019-02-21 18:32:42 +01:00
parent 22323852a9
commit 35b8b77d53
7 changed files with 31 additions and 28 deletions

View File

@@ -1068,7 +1068,7 @@ void CurveFactory::complexCurvelocal(double ecomp, double black, double hlcompr,
const float add = 0.055f;
float maxran = 65536.f; //65536
ecomp /= 100.;
// ecomp /= 100.;
// check if brightness curve is needed
if (br > 0.00001 || br < -0.00001) {