Depth24Image.st
changeset 579 e381761190c4
parent 345 32ee494f4d99
child 611 e0442439a3c6
--- a/Depth24Image.st	Sat Apr 20 23:27:31 1996 +0200
+++ b/Depth24Image.st	Sat Apr 20 23:42:05 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Image subclass:#Depth24Image
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Graphics-Images'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Graphics-Images'
 !
 
 !Depth24Image class methodsFor:'documentation'!
@@ -44,7 +44,12 @@
 !Depth24Image class methodsFor:'queries'!
 
 imageDepth
+    "return the depth of images represented by instances of
+     this class - here we return 24"
+
     ^ 24
+
+    "Modified: 20.4.1996 / 23:39:50 / cg"
 ! !
 
 !Depth24Image methodsFor:'accessing'!
@@ -1730,5 +1735,5 @@
 !Depth24Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.21 1996-01-03 14:47:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.22 1996-04-20 21:41:39 cg Exp $'
 ! !