Fixed bug and add graduated filter to shadowsHighlight

This commit is contained in:
Desmis
2019-11-22 10:46:33 +01:00
parent 29d132f0fc
commit 06131b5bf8
10 changed files with 129 additions and 7 deletions

View File

@@ -224,6 +224,8 @@ private:
Adjuster* const blendmaskSH;
Adjuster* const radmaskSH;
Adjuster* const blurSHde;
Adjuster* const strSH;
Adjuster* const angSH;
Adjuster* const chromaskSH;
Adjuster* const gammaskSH;
Adjuster* const slomaskSH;
@@ -512,6 +514,7 @@ private:
Gtk::Frame* const pdeFrame;
Gtk::Frame* const fatFrame;
Gtk::Frame* const gradFrame;
Gtk::Frame* const gradSHFrame;
Gtk::Frame* const fatSHFrame;
Gtk::Frame* const gamFrame;
Gtk::Frame* const dehaFrame;