ProcParams now contain red and blue ratios, to be aligned with values in the GUI.

This commit is contained in:
rom9
2019-06-29 16:06:40 +02:00
parent 41e5899f97
commit b4c109f275
22 changed files with 88 additions and 96 deletions

View File

@@ -668,9 +668,9 @@ struct MetaDataParamsEdited {
struct FilmNegativeParamsEdited {
bool enabled;
bool redExp;
bool redRatio;
bool greenExp;
bool blueExp;
bool blueRatio;
bool isUnchanged() const;
};