#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 03 Feb 2017 21:41:21 +0100
changeset 7836 b78168c8feea
parent 7835 019761925559
child 7837 2af7483d8ef9
#FEATURE by cg class: Colormap added: #isMappedPalette
Colormap.st
--- a/Colormap.st	Fri Feb 03 16:57:58 2017 +0100
+++ b/Colormap.st	Fri Feb 03 21:41:21 2017 +0100
@@ -636,6 +636,12 @@
 
 isColormap
     ^ true
+!
+
+isMappedPalette
+    ^ false
+
+    "Created: / 03-02-2017 / 21:41:11 / cg"
 ! !
 
 !Colormap class methodsFor:'documentation'!