Change int to double - variables TM - clear cache needs

This commit is contained in:
Desmis
2019-05-06 14:51:31 +02:00
parent 1d51d7b393
commit 0c22f58952
5 changed files with 35 additions and 35 deletions

View File

@@ -1058,15 +1058,15 @@ struct LocallabParams {
bool activlum;
// Tone Mapping
bool exptonemap;
int stren;
int gamma;
int estop;
int scaltm;
double stren;
double gamma;
double estop;
double scaltm;
int rewei;
double satur;
int sensitm;
double softradiustm;
int amount;
double amount;
// Retinex
bool expreti;
Glib::ustring retinexMethod;