Add checkbox for disabling NR gain

Option to disable noise reduction automatic gain for consistency between
photographs.
Fix automatic gain not being recalculated after changing the white level
correction.
This commit is contained in:
Lawrence Lee
2023-07-15 17:47:26 -07:00
parent 91bf250201
commit badbb9fbe2
9 changed files with 45 additions and 4 deletions

View File

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