Add contrast curve to mask 3 ToneMapping

This commit is contained in:
Desmis
2019-10-15 14:03:21 +02:00
parent e8dd1c4378
commit 94bd0a7d60
15 changed files with 77 additions and 8 deletions

View File

@@ -1139,6 +1139,7 @@ struct LocallabParams {
double gammasktm;
double slomasktm;
double lapmasktm;
std::vector<double> Lmasktmcurve;
// Retinex
bool expreti;
Glib::ustring retinexMethod;