Add chroma and gamma to Color Mask - use patch Floessie

This commit is contained in:
Desmis
2019-03-14 16:53:03 +01:00
parent 677cf0c054
commit b69f9dc84b
12 changed files with 149 additions and 5 deletions

View File

@@ -974,6 +974,9 @@ struct LocallabParams {
int blurcolde;
int blendmaskcol;
double radmaskcol;
double chromaskcol;
double gammaskcol;
double slomaskcol;
Glib::ustring qualitycurveMethod;
Glib::ustring gridMethod;
std::vector<double> llcurve;