class: Colormap
authorClaus Gittinger <cg@exept.de>
Mon, 06 May 2013 20:26:05 +0200
changeset 6059 cefde51cf073
parent 6058 7c5c40861f50
child 6060 96649bbbab0c
class: Colormap comment/format in: #rgbBytesVector:
Colormap.st
--- a/Colormap.st	Mon May 06 15:15:56 2013 +0200
+++ b/Colormap.st	Mon May 06 20:26:05 2013 +0200
@@ -149,7 +149,7 @@
     "
      |map|
 
-     map := Colormap rgbVector:#[0 0 0 127 127 127 255 0 0 255 255 255].
+     map := Colormap rgbBytesVector:#[0 0 0 127 127 127 255 0 0 255 255 255].
      map atPixelValue:2    
     "
 !
@@ -569,5 +569,6 @@
 !Colormap class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.39 2007-07-22 18:48:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.40 2013-05-06 18:26:05 cg Exp $'
 ! !
+