Colormap.st
changeset 4176 40b359dfc293
parent 3876 f4dc6267a30a
child 4185 cc96d1c1e28c
--- a/Colormap.st	Thu May 13 20:51:25 2004 +0200
+++ b/Colormap.st	Thu May 13 20:55:19 2004 +0200
@@ -60,6 +60,7 @@
     "given a sequenceable collection of colors, return a new instance of myself.
      Obsolete: use #withColors: for VW compatibility."
 
+    <resource: #obsolete>
     self obsoleteMethodWarning:'use #withColors:'.
     ^ self withColors:aColorArray
 
@@ -518,5 +519,5 @@
 !Colormap class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.36 2003-05-06 18:25:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.37 2004-05-13 18:54:52 stefan Exp $'
 ! !