From e568e64bd6decff963811d50bc5de0ba52efa8e0 Mon Sep 17 00:00:00 2001 From: utak3r Date: Wed, 22 Mar 2006 22:36:00 +0000 Subject: [PATCH] Initial values for the new params corrected. --- 2.10/Source/ControlPoint.pas | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/2.10/Source/ControlPoint.pas b/2.10/Source/ControlPoint.pas index f926134..88229ea 100644 --- a/2.10/Source/ControlPoint.pas +++ b/2.10/Source/ControlPoint.pas @@ -256,6 +256,12 @@ begin white_level := 200; + estimator := 5.0; + estimator_min := 0.0; + estimator_curve := 0.6; + jitters = 1; + gamma_tresholds := 0.01; + FTwoColorDimensions := False; finalXformEnabled := false;