#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Wed, 05 Oct 2016 17:35:22 +0200
changeset 3331 7b33bd507e1c
parent 3330 76129ae4dadd
child 3332 37a32de127ba
#REFACTORING by stefan class: ImageEditor comment/format in: #colorMapMode: #ditherToDepth:
ImageEditor.st
--- a/ImageEditor.st	Fri Sep 30 16:48:16 2016 +0200
+++ b/ImageEditor.st	Wed Oct 05 17:35:22 2016 +0200
@@ -5638,7 +5638,7 @@
 !
 
 ditherToDepth:depth
-    |ditherColors newImage useStandardColors nGrey greyColorsAlready additionalGreyColors moreColors d|
+    |ditherColors newImage useStandardColors nGrey greyColorsAlready moreColors d|
 
     useStandardColors := true.
 "/    useStandardColors := Dialog confirmWithCancel:'Dither in standard colors or use a new (optimized) colormap ?'.