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

@@ -1501,9 +1501,9 @@ struct RAWParams {
*/
struct FilmNegativeParams {
bool enabled;
double redExp;
double redRatio;
double greenExp;
double blueExp;
double blueRatio;
FilmNegativeParams();