Add graduated filter to exposure

This commit is contained in:
Desmis
2019-11-21 19:32:00 +01:00
parent 8ba11d05cb
commit 056e30622b
10 changed files with 118 additions and 10 deletions

View File

@@ -194,6 +194,8 @@ private:
Adjuster* const sensiex;
Adjuster* const structexp;
Adjuster* const blurexpde;
Adjuster* const strexp;
Adjuster* const angexp;
Adjuster* const blendmaskexp;
Adjuster* const radmaskexp;
Adjuster* const chromaskexp;
@@ -509,6 +511,7 @@ private:
Gtk::Frame* const merge1colFrame;
Gtk::Frame* const pdeFrame;
Gtk::Frame* const fatFrame;
Gtk::Frame* const gradFrame;
Gtk::Frame* const fatSHFrame;
Gtk::Frame* const gamFrame;
Gtk::Frame* const dehaFrame;