From e5d847a641bdf3b155c6ee5712076beb393d1846 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sat, 10 Nov 2007 21:59:26 +0000 Subject: [PATCH] readjust jitter force --- src/tweak-context.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tweak-context.cpp b/src/tweak-context.cpp index 4482544fb..a66f766cf 100644 --- a/src/tweak-context.cpp +++ b/src/tweak-context.cpp @@ -522,8 +522,6 @@ tweak_colorpaint (float *color, guint32 goal, double force, bool do_h, bool do_s void tweak_colorjitter (float *color, double force, bool do_h, bool do_s, bool do_l) { - force = force*force; // in [0..1], this makes finer adjustments easier - float hsl_c[3]; sp_color_rgb_to_hsl_floatv (hsl_c, color[0], color[1], color[2]); -- 2.30.2