Corrected default profiles to reflect new tone controls. Rolled back highlight desaturation to prevent color shifts.

This commit is contained in:
Emil Martinec
2010-10-30 08:32:03 -05:00
parent abe8f457d1
commit 23bca5e143
7 changed files with 25 additions and 23 deletions

View File

@@ -46,13 +46,13 @@ void ProcParams::destroy (ProcParams* pp) {
void ProcParams::setDefaults () {
toneCurve.autoexp = false;
toneCurve.clip = 0.002;
toneCurve.clip = 0.001;
toneCurve.expcomp = 0;
toneCurve.brightness = 0;
toneCurve.contrast = 0;
toneCurve.black = 0;
toneCurve.hlcompr = 70;
toneCurve.shcompr = 50;
toneCurve.shcompr = 25;
toneCurve.curve.clear ();
labCurve.brightness = 0;