Depth24Image.st
changeset 3 c0aaded4ef28
parent 1 304f026e10cd
child 35 f1a194c18429
equal deleted inserted replaced
2:b35336ab0de3 3:c0aaded4ef28
     1 'From Smalltalk/X, Version:2.7.1 on 9-Aug-1993 at 20:32:32'!
     1 "
       
     2  COPYRIGHT (c) 1993 by Claus Gittinger
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     2 
    12 
     3 Image subclass:#Depth24Image
    13 Image subclass:#Depth24Image
     4          instanceVariableNames:''
    14          instanceVariableNames:''
     5          classVariableNames:''
    15          classVariableNames:''
     6          poolDictionaries:''
    16          poolDictionaries:''
     7          category:'Graphics-Display Objects'
    17          category:'Graphics-Display Objects'
     8 !
    18 !
       
    19 
       
    20 Depth24Image comment:'
       
    21 COPYRIGHT (c) 1993 by Claus Gittinger
       
    22               All Rights Reserved
       
    23 
       
    24 this class represents truecolor (24 bit / pixel) images
       
    25 
       
    26 $Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.2 1993-10-13 00:45:05 claus Exp $
       
    27 
       
    28 written summer 93 by claus
       
    29 '!
     9 
    30 
    10 !Depth24Image methodsFor:'accessing'!
    31 !Depth24Image methodsFor:'accessing'!
    11 
    32 
    12 bitsPerPixel
    33 bitsPerPixel
    13     "return the number of bits per pixel"
    34     "return the number of bits per pixel"