enable dynamic compression for mask 4 SH

This commit is contained in:
Desmis
2019-10-23 09:46:51 +02:00
parent b3106f3b8b
commit 922db3fe12
11 changed files with 134 additions and 15 deletions

View File

@@ -203,6 +203,8 @@ private:
Adjuster* const slomaskSH;
Adjuster* const lapmaskSH;
Adjuster* const detailSH;
Adjuster* const fatamountSH;
Adjuster* const fatanchorSH;
// Vibrance
Adjuster* const saturated;
Adjuster* const pastels;
@@ -452,6 +454,7 @@ private:
Gtk::Frame* gridFrame;
Gtk::Frame* pdeFrame;
Gtk::Frame* fatFrame;
Gtk::Frame* fatSHFrame;
Gtk::Frame* dehaFrame;
Gtk::Frame* retiFrame;
Gtk::Frame* retitoolFrame;