Depth2Image.st
changeset 3178 8f2b7efc4837
parent 2864 dd151bfdff9d
child 3263 bd92a12c9316
equal deleted inserted replaced
3177:8aa3c800394a 3178:8f2b7efc4837
   150     bytes at:index put:byte
   150     bytes at:index put:byte
   151 
   151 
   152     "Created: 24.4.1997 / 17:06:36 / cg"
   152     "Created: 24.4.1997 / 17:06:36 / cg"
   153 ! !
   153 ! !
   154 
   154 
   155 !Depth2Image methodsFor:'converting - images'!
   155 !Depth2Image methodsFor:'converting images'!
   156 
   156 
   157 anyImageAsTrueColorFormOn:aDevice
   157 anyImageAsTrueColorFormOn:aDevice
   158     "return a true-color device-form for the receiver.
   158     "return a true-color device-form for the receiver.
   159      Supports true color devices with depths: 8, 16, 24 and 32"
   159      Supports true color devices with depths: 8, 16, 24 and 32"
   160 
   160 
   931 ! !
   931 ! !
   932 
   932 
   933 !Depth2Image class methodsFor:'documentation'!
   933 !Depth2Image class methodsFor:'documentation'!
   934 
   934 
   935 version
   935 version
   936     ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.38 1999-08-23 23:08:10 cg Exp $'
   936     ^ '$Header: /cvs/stx/stx/libview/Depth2Image.st,v 1.39 2000-02-12 15:34:44 cg Exp $'
   937 ! !
   937 ! !