Depth24Image.st
changeset 1666 c3db5aafbe32
parent 1657 f3d8ceac748a
child 1738 4f1466e0d379
--- a/Depth24Image.st	Thu Apr 24 20:50:40 1997 +0200
+++ b/Depth24Image.st	Thu Apr 24 21:32:56 1997 +0200
@@ -85,11 +85,12 @@
     bVal := bytes at:(index + 2).
 
     photometric ~~ #rgb ifTrue:[
-        ^ super atX:x y:y
+        ^ super colorAtX:x y:y
     ].
     ^ Color redByte:rVal greenByte:gVal blueByte:bVal
 
     "Created: 24.4.1997 / 17:32:47 / cg"
+    "Modified: 24.4.1997 / 21:32:37 / cg"
 !
 
 colorAtX:x y:y put:aColor
@@ -2013,5 +2014,5 @@
 !Depth24Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.48 1997-04-24 15:57:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.49 1997-04-24 19:32:56 cg Exp $'
 ! !