*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 02 Aug 2005 16:45:36 +0200
changeset 1925 c307194083ec
parent 1924 73271e3c217f
child 1926 b3d2dab90f9b
*** empty log message ***
ImageEditor.st
--- a/ImageEditor.st	Tue Aug 02 13:33:40 2005 +0200
+++ b/ImageEditor.st	Tue Aug 02 16:45:36 2005 +0200
@@ -3613,8 +3613,8 @@
     shiftedColor := [:clr :hShift :lFactor :sFactor |
                         Color 
                                 hue:((clr hue) ? 0 + hShift) 
-                                light:((clr light * lFactor / 100) min:100)
-                                saturation:((clr saturation * sFactor / 100) min:100)].
+                                light:((clr light * lFactor / 100) "min:100")
+                                saturation:((clr saturation * sFactor / 100) "min:100")].
 
     shiftAction := 
         [