Add PDE Fattal to Exposure PDE - thanks to Alberto

This commit is contained in:
Desmis
2019-09-08 11:31:05 +02:00
parent 0319a93496
commit 0730222cf7
16 changed files with 221 additions and 55 deletions

View File

@@ -160,6 +160,9 @@ private:
Adjuster* const balanexp;
Adjuster* const linear;
Adjuster* const gamm;
Adjuster* const fatamount;
Adjuster* const fatdetail;
Adjuster* const fatanchor;
//Shadow highlight
Adjuster* const highlights;
Adjuster* const h_tonalwidth;
@@ -392,6 +395,7 @@ private:
sigc::connection lumacontrastMinusPressedConn, lumaneutralPressedConn, lumacontrastPlusPressedConn;
Gtk::Frame* gridFrame;
Gtk::Frame* pdeFrame;
Gtk::Frame* fatFrame;
Gtk::Frame* residFrame;
Gtk::Frame* clariFrame;
LabGrid *labgrid;