Local adjustments - Shadows highlights - Recovery based on luminance mask (#6050)

* LA GUI for recovery using luminance mask

* LA Shadows Highlights Enable Recovery based on luminance mask
This commit is contained in:
Desmis
2021-01-08 13:17:28 +01:00
committed by GitHub
parent b554f52ab9
commit efb601c028
10 changed files with 216 additions and 1 deletions

View File

@@ -1167,6 +1167,10 @@ struct LocallabParams {
double fatanchorSH;
double gamSH;
double sloSH;
double recothress;
double lowthress;
double higthress;
double decays;
// Vibrance
bool visivibrance;
bool expvibrance;