# HG changeset patch # User Claus Gittinger # Date 1404855262 -7200 # Node ID 5a25f22cb054675df73974a43d0649db32ade2ea # Parent 209cc60527a4c6a046b3df5fd25208fb6e560f23 class: ImageEditor changed: #ditherToDepth: (send #lightGray instead of #lightGrey, send #darkGray instead of #darkGrey) diff -r 209cc60527a4 -r 5a25f22cb054 ImageEditor.st --- a/ImageEditor.st Tue Jul 08 23:21:51 2014 +0200 +++ b/ImageEditor.st Tue Jul 08 23:34:22 2014 +0200 @@ -5370,8 +5370,8 @@ ] ifFalse:[ depth = 2 ifTrue:[ ditherColors := Array with:(Color black) - with:(Color darkGrey) - with:(Color lightGrey) + with:(Color darkGray) + with:(Color lightGray) with:(Color white). ] ifFalse:[ depth = 3 ifTrue:[ ditherColors := Color colorCubeWithRed:2 green:2 blue:2.