Merge pull request #6793 from Lawrence37/nr-gain

Option for disabling noise reduction gain
This commit is contained in:
Lawrence37
2023-12-16 11:11:24 -08:00
committed by GitHub
9 changed files with 44 additions and 3 deletions

View File

@@ -326,6 +326,7 @@ struct DirPyrDenoiseParamsEdited {
bool chroma;
bool redchro;
bool bluechro;
bool gain;
bool gamma;
bool lcurve;
bool cccurve;