class: ImageEditor
authorClaus Gittinger <cg@exept.de>
Sun, 14 Dec 2014 18:01:38 +0100
changeset 3173 801e6bfe2581
parent 3172 5eed004ed60b
child 3174 cd45c49a0d63
class: ImageEditor changed: #colorize
ImageEditor.st
--- a/ImageEditor.st	Sat Dec 13 19:10:12 2014 +0100
+++ b/ImageEditor.st	Sun Dec 14 18:01:38 2014 +0100
@@ -5257,8 +5257,8 @@
     shiftedColor := [:clr :hShift :lFactor :sFactor |
                         Color 
                                 hue:((clr hue) ? 0 + hShift) 
-                                light:((clr light * lFactor / 100) "min:100")
-                                saturation:(((clr saturation max:20) * sFactor / 100) "min:100")].
+                                light:((clr light * lFactor / 100) min:100)
+                                saturation:(((clr saturation max:20) * sFactor / 100) min:100)].
 
 
     shiftAction :=