Add graduate filter to mask exposure

This commit is contained in:
Desmis
2019-11-21 17:36:57 +01:00
parent c808b94941
commit 30a51ffd7a
10 changed files with 241 additions and 1 deletions

View File

@@ -208,6 +208,8 @@ private:
Adjuster* const fatamount;
Adjuster* const fatdetail;
Adjuster* const fatanchor;
Adjuster* const strmaskexp;
Adjuster* const angmaskexp;
Adjuster* const fatlevel;
//Shadow highlight
const std::array<Adjuster*, 5> multipliersh;