[gegl] operations: make softglow less scary with a smaller default brightness



commit 4122bdfbf76012cbf418161d7f03dbf417b9b45a
Author: Téo Mazars <teo mazars ensimag fr>
Date:   Tue Jun 4 19:49:30 2013 +0200

    operations: make softglow less scary with a smaller default brightness

 operations/common/softglow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/softglow.c b/operations/common/softglow.c
index e8b0e95..f2860bf 100644
--- a/operations/common/softglow.c
+++ b/operations/common/softglow.c
@@ -28,7 +28,7 @@ gegl_chant_double (glow_radius, _("Glow radius"),
                    _("Glow radius"))
 
 gegl_chant_double (brightness, _("Brightness"),
-                   0.0, 1.0, 0.75,
+                   0.0, 1.0, 0.30,
                    _("Brightness"))
 
 gegl_chant_double (sharpness, _("Sharpness"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]