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

@@ -955,7 +955,7 @@ struct LocallabParams {
Glib::ustring qualityMethod; // none, std, enh, enhsup, contr, sob2
int transit;
int thresh;
int iter;
double iter;
// Color & Light
bool expcolor;
bool curvactiv;
@@ -1048,11 +1048,11 @@ struct LocallabParams {
// Sharpening
bool expsharp;
int sharcontrast;
int sharradius;
double sharradius;
int sharamount;
int shardamping;
int shariter;
int sharblur;
double sharblur;
int sensisha;
bool inverssha;
// Local Contrast