Improve code and contrast slider - add show modifications to exposure and Color

This commit is contained in:
Desmis
2019-01-06 14:14:04 +01:00
parent 9b845a628e
commit 476846f2ab
17 changed files with 919 additions and 1902 deletions

View File

@@ -957,6 +957,7 @@ struct LocallabParams {
int chroma;
int sensi;
Glib::ustring qualitycurveMethod;
Glib::ustring showmaskcolMethod;
std::vector<double> llcurve;
std::vector<double> cccurve;
std::vector<double> LHcurve;
@@ -972,6 +973,7 @@ struct LocallabParams {
int warm;
int sensiex;
std::vector<double> excurve;
Glib::ustring showmaskexpMethod;
// Vibrance
bool expvibrance;
int saturated;