# HG changeset patch # User Claus Gittinger # Date 1049984996 -7200 # Node ID 189f7932a76f32832f163b7d389d567c22181977 # Parent 6640f9dd4b9e7ec9da4a23b530ceb47382562d34 checkin from browser diff -r 6640f9dd4b9e -r 189f7932a76f 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 $' ! !