checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 24 Apr 1997 21:32:56 +0200
changeset 1666 c3db5aafbe32
parent 1665 e0329f98904d
child 1667 975687991916
checkin from browser
Depth24Image.st
--- 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 $'
 ! !