Depth8Image.st
changeset 3273 f4cb380e0ae9
parent 3263 bd92a12c9316
child 3600 a4beb4ed5329
--- a/Depth8Image.st	Wed Aug 30 18:58:15 2000 +0200
+++ b/Depth8Image.st	Wed Aug 30 21:51:26 2000 +0200
@@ -1875,6 +1875,12 @@
     ^ width
 !
 
+realUsedValues
+    "return a collection of color values used in the receiver."
+
+    ^ bytes usedValues
+!
+
 usedValues
     "return a collection of color values used in the receiver."
 
@@ -1884,5 +1890,5 @@
 !Depth8Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth8Image.st,v 1.95 2000-08-21 22:43:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth8Image.st,v 1.96 2000-08-30 19:51:26 cg Exp $'
 ! !