fixed usedColors
authorClaus Gittinger <cg@exept.de>
Mon, 24 Aug 1998 18:38:24 +0200
changeset 2278 f16442805538
parent 2277 b90140555145
child 2279 30a35be06995
fixed usedColors
Depth2Image.st
--- a/Depth2Image.st	Mon Aug 24 18:38:07 1998 +0200
+++ b/Depth2Image.st	Mon Aug 24 18:38:24 1998 +0200
@@ -906,11 +906,11 @@
         ^ Array with:Color black
                 with:(Color gray:33)
                 with:(Color gray:67)
-                with:Color black.
+                with:Color white.
     ].
     ^ colorMap
 
-    "Modified: / 28.7.1998 / 22:21:09 / cg"
+    "Modified: / 24.8.1998 / 18:38:08 / cg"
 !
 
 usedValues
@@ -930,5 +930,5 @@
 !Depth2Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.35 1998-08-07 14:49:08 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.36 1998-08-24 16:38:24 cg Exp $'
 ! !