Depth32Image.st
changeset 5327 cc9e8a99b6d1
parent 5324 63a97775c5fc
child 5474 037b18c68ac9
equal deleted inserted replaced
5326:0443d8649cac 5327:cc9e8a99b6d1
   677     "return the number of bytes in one scanline of the image"
   677     "return the number of bytes in one scanline of the image"
   678 
   678 
   679     ^ width * 4.
   679     ^ width * 4.
   680 
   680 
   681     "Created: 24.4.1997 / 19:00:28 / cg"
   681     "Created: 24.4.1997 / 19:00:28 / cg"
       
   682 !
       
   683 
       
   684 hasAlphaChannel
       
   685     ^ true
   682 ! !
   686 ! !
   683 
   687 
   684 !Depth32Image class methodsFor:'documentation'!
   688 !Depth32Image class methodsFor:'documentation'!
   685 
   689 
   686 version
   690 version
   687     ^ '$Header: /cvs/stx/stx/libview/Depth32Image.st,v 1.9 2009-08-07 15:58:48 cg Exp $'
   691     ^ '$Header: /cvs/stx/stx/libview/Depth32Image.st,v 1.10 2009-08-07 16:48:47 cg Exp $'
   688 ! !
   692 ! !