merge with dev

This commit is contained in:
Desmis
2020-04-13 18:00:27 +02:00
21 changed files with 705 additions and 191 deletions

View File

@@ -1561,6 +1561,10 @@ struct FilmNegativeParams {
double greenExp;
double blueRatio;
double redBase;
double greenBase;
double blueBase;
FilmNegativeParams();
bool operator ==(const FilmNegativeParams& other) const;