#FEATURE by stefan
authorStefan Vogel <sv@exept.de>
Tue, 31 Jan 2017 13:31:27 +0100
changeset 7804 cd3d1b9c0aa0
parent 7801 204ddab3ac42
child 7805 9ed961441cb3
#FEATURE by stefan class: Colormap added: #isColormap
Colormap.st
--- a/Colormap.st	Sat Jan 28 18:35:48 2017 +0100
+++ b/Colormap.st	Tue Jan 31 13:31:27 2017 +0100
@@ -632,6 +632,12 @@
     "Modified: 23.4.1996 / 22:13:43 / cg"
 ! !
 
+!Colormap methodsFor:'testing'!
+
+isColormap
+    ^ true
+! !
+
 !Colormap class methodsFor:'documentation'!
 
 version