Add chroma gamma slope to exposure mask

This commit is contained in:
Desmis
2019-03-13 17:20:47 +01:00
parent 2376a05e07
commit d2bed1f6f2
11 changed files with 181 additions and 13 deletions

View File

@@ -117,6 +117,9 @@ private:
Adjuster* const blurexpde;
Adjuster* const blendmaskexp;
Adjuster* const radmaskexp;
Adjuster* const chromaskexp;
Adjuster* const gammaskexp;
Adjuster* const slomaskexp;
//Shadow highlight
Adjuster* const highlights;
Adjuster* const h_tonalwidth;