Local adjustments - CBDL Luminance - Recovery based on luminance mask (#6060)

* LA CBDL GUI for Recovery based on luminance mask

* Improve tooltips
This commit is contained in:
Desmis
2021-01-14 14:21:01 +01:00
committed by GitHub
parent 5e95b2e5e2
commit 58feb50b33
10 changed files with 209 additions and 1 deletions

View File

@@ -1209,6 +1209,13 @@ private:
Adjuster* const contresid;
Adjuster* const softradiuscb;
Adjuster* const sensicb;
MyExpander* const exprecovcb;
Gtk::Label* const maskusablecb;
Gtk::Label* const maskunusablecb;
Adjuster* const recothrescb;
Adjuster* const lowthrescb;
Adjuster* const higthrescb;
Adjuster* const decaycb;
MyExpander* const expmaskcb;
MyComboBoxText* const showmaskcbMethod;
Gtk::CheckButton* const enacbMask;