Haze removal: Allow blend between normal and luminance mode, #5972

This commit is contained in:
Ingo Weyrich
2020-10-29 12:20:45 +01:00
parent aae90a0ad3
commit 31a9cf3fe0
9 changed files with 44 additions and 58 deletions

View File

@@ -1183,7 +1183,7 @@ struct DehazeParamsEdited {
bool strength;
bool showDepthMap;
bool depth;
bool luminance;
bool saturation;
};
struct RAWParamsEdited {