Depth24Image.st
changeset 611 e0442439a3c6
parent 579 e381761190c4
child 694 f6c8fc8419bd
equal deleted inserted replaced
610:f6951a01350f 611:e0442439a3c6
    36 documentation
    36 documentation
    37 "
    37 "
    38     this class represents true-color (24 bit / pixel) images.
    38     this class represents true-color (24 bit / pixel) images.
    39     It mainly consists of methods already implemented in Image,
    39     It mainly consists of methods already implemented in Image,
    40     reimplemented here for more performance.
    40     reimplemented here for more performance.
       
    41 
       
    42     [author:]
       
    43         Claus Gittinger
       
    44 
       
    45     [see also:]
       
    46         Depth1Image Depth2Image Depth4Image Depth8Image Depth16Image
       
    47         ImageReader
    41 "
    48 "
    42 ! !
    49 ! !
    43 
    50 
    44 !Depth24Image class methodsFor:'queries'!
    51 !Depth24Image class methodsFor:'queries'!
    45 
    52 
  1733 ! !
  1740 ! !
  1734 
  1741 
  1735 !Depth24Image class methodsFor:'documentation'!
  1742 !Depth24Image class methodsFor:'documentation'!
  1736 
  1743 
  1737 version
  1744 version
  1738     ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.22 1996-04-20 21:41:39 cg Exp $'
  1745     ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.23 1996-04-25 16:22:09 cg Exp $'
  1739 ! !
  1746 ! !