Add mask to Exposure

This commit is contained in:
Desmis
2019-01-09 16:15:23 +01:00
parent 870a0a8480
commit c99c9e673d
17 changed files with 454 additions and 212 deletions

View File

@@ -978,6 +978,8 @@ struct LocallabParams {
int sensiex;
std::vector<double> excurve;
Glib::ustring showmaskexpMethod;
std::vector<double> CCmaskexpcurve;
std::vector<double> LLmaskexpcurve;
// Vibrance
bool expvibrance;
int saturated;