Raised default master exponent from 1.0 to 2.0, to get a reasonable contrast right from the start.

This commit is contained in:
rom9
2019-06-11 22:50:36 +02:00
parent 5ddc4a3e0e
commit 8d0755eddc
3 changed files with 9 additions and 9 deletions

View File

@@ -2737,9 +2737,9 @@ bool MetaDataParams::operator!=(const MetaDataParams &other) const
FilmNegativeParams::FilmNegativeParams() :
enabled(false),
redExp(1.36),
greenExp(1.0),
blueExp(0.86)
redExp(2.72),
greenExp(2.0),
blueExp(1.72)
{
}