# HG changeset patch # User Claus Gittinger # Date 1122993936 -7200 # Node ID c307194083ec49f472a9d18e1fd96c560b5a02c9 # Parent 73271e3c217f6c678370316df797316517464184 *** empty log message *** diff -r 73271e3c217f -r c307194083ec 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 := [