Local adjustments - Tone Mapping - Recovery based on luminance mask (#6059)

* LA TM GUI for Recovery based on luminance mask

* LA TM enable Recovery based on luminance mask
This commit is contained in:
Desmis
2021-01-14 07:41:25 +01:00
committed by GitHub
parent 13bd5c0681
commit 5e95b2e5e2
10 changed files with 186 additions and 4 deletions

View File

@@ -834,6 +834,13 @@ private:
Adjuster* const rewei;
Adjuster* const softradiustm;
Adjuster* const sensitm;
MyExpander* const exprecovt;
Gtk::Label* const maskusablet;
Gtk::Label* const maskunusablet;
Adjuster* const recothrest;
Adjuster* const lowthrest;
Adjuster* const higthrest;
Adjuster* const decayt;
MyExpander* const expmasktm;
MyComboBoxText* const showmasktmMethod;
Gtk::CheckButton* const enatmMask;