Raised default master exponent from 1.0 to 2.0, to get a reasonable contrast right from the start.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user