Depth4Image.st
changeset 1782 a1d67a9456ea
parent 1656 ebcad6911ddb
child 1812 beeaf75b245b
--- a/Depth4Image.st	Tue Jun 24 22:08:56 1997 +0200
+++ b/Depth4Image.st	Tue Jun 24 22:25:38 1997 +0200
@@ -141,7 +141,7 @@
 
 !Depth4Image methodsFor:'dither helpers'!
 
-orderedDitheredBitsWithDitherMatrix:ditherMatrix ditherWidth:dW depth:depth
+orderedDitheredGrayBitsWithDitherMatrix:ditherMatrix ditherWidth:dW depth:depth
     "return the bitmap for a dithered depth-bitmap from the image;
      with a constant ditherMatrix, this can be used for thresholding.
      Redefined to make use of knowing that pixels are 4-bit values."
@@ -637,5 +637,5 @@
 !Depth4Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.23 1997-04-24 15:55:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.24 1997-06-24 20:25:02 cg Exp $'
 ! !