Depth32Image.st
changeset 5327 cc9e8a99b6d1
parent 5324 63a97775c5fc
child 5474 037b18c68ac9
--- a/Depth32Image.st	Fri Aug 07 18:48:45 2009 +0200
+++ b/Depth32Image.st	Fri Aug 07 18:48:47 2009 +0200
@@ -679,10 +679,14 @@
     ^ width * 4.
 
     "Created: 24.4.1997 / 19:00:28 / cg"
+!
+
+hasAlphaChannel
+    ^ true
 ! !
 
 !Depth32Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth32Image.st,v 1.9 2009-08-07 15:58:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth32Image.st,v 1.10 2009-08-07 16:48:47 cg Exp $'
 ! !