ImageEditor.st
changeset 3140 5a25f22cb054
parent 3125 9d5624af77ab
child 3157 1c2d4a99b02a
--- 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.