added #releaseFixColors
authorClaus Gittinger <cg@exept.de>
Fri, 31 May 1996 13:02:08 +0200
changeset 776 0578c0833655
parent 775 fbabce661c52
child 777 4d0b66f65346
added #releaseFixColors
Color.st
--- a/Color.st	Fri May 31 09:06:14 1996 +0200
+++ b/Color.st	Fri May 31 13:02:08 1996 +0200
@@ -339,6 +339,18 @@
     NumFixRed := NumFixGreen := NumFixBlue := 0.
 !
 
+releaseFixColors
+    "release the fix colorMap"
+
+    FixColors := nil
+
+    "
+     Color releaseFixColors
+    "
+
+    "Created: 31.5.1996 / 12:50:31 / cg"
+!
+
 update:something
     "handle image restarts and flush any device resource handles"
 
@@ -2844,6 +2856,6 @@
 !Color class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.49 1996-05-28 19:11:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.50 1996-05-31 11:02:08 cg Exp $'
 ! !
 Color initialize!