Colormap.st
changeset 3847 288ab85676aa
parent 3846 8df3068ff6e4
child 3864 b04f2f0c5eae
--- a/Colormap.st	Thu Apr 10 16:31:49 2003 +0200
+++ b/Colormap.st	Thu Apr 10 16:45:19 2003 +0200
@@ -43,6 +43,9 @@
     (i.e. individual components can be 0..255).
     This was done to avoid overhead due to allocation of many color instances.
 
+    Notice: Colormap is going to be obsoleted, and the functionality will
+    move to subclasses (MappedPalette etc.)
+
     [author:]
         Claus Gittinger
 
@@ -475,5 +478,5 @@
 !Colormap class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.33 2003-04-10 14:31:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Colormap.st,v 1.34 2003-04-10 14:45:19 cg Exp $'
 ! !