checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 10 Apr 2003 16:29:56 +0200
changeset 3845 189f7932a76f
parent 3844 6640f9dd4b9e
child 3846 8df3068ff6e4
checkin from browser
Colormap.st
--- a/Colormap.st	Thu Apr 10 16:28:48 2003 +0200
+++ b/Colormap.st	Thu Apr 10 16:29:56 2003 +0200
@@ -141,7 +141,10 @@
         blueVector:bV
 
     "
-     Colormap rgbVector:#[0 0 0 127 127 127 255 255 255]
+     |map|
+
+     map := Colormap rgbVector:#[0 0 0 127 127 127 255 0 0 255 255 255].
+     map atPixelValue:2    
     "
 !
 
@@ -467,5 +470,5 @@
 !Colormap class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.31 2003-04-10 14:28:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.32 2003-04-10 14:29:56 cg Exp $'
 ! !