XPMReader.st
changeset 1400 8a7b55b08bf3
parent 1012 8dd3d70caedb
child 1403 94f9ec117aa5
equal deleted inserted replaced
1399:d8514f600816 1400:8a7b55b08bf3
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
       
    12 
       
    13 "{ Package: 'stx:libview2' }"
    12 
    14 
    13 ImageReader subclass:#XPMReader
    15 ImageReader subclass:#XPMReader
    14 	instanceVariableNames:''
    16 	instanceVariableNames:''
    15 	classVariableNames:''
    17 	classVariableNames:''
    16 	poolDictionaries:''
    18 	poolDictionaries:''
   394     "Modified: / 24.9.1995 / 07:07:33 / claus"
   396     "Modified: / 24.9.1995 / 07:07:33 / claus"
   395     "Modified: / 5.7.1996 / 17:27:59 / stefan"
   397     "Modified: / 5.7.1996 / 17:27:59 / stefan"
   396     "Modified: / 27.7.1998 / 20:01:56 / cg"
   398     "Modified: / 27.7.1998 / 20:01:56 / cg"
   397 ! !
   399 ! !
   398 
   400 
   399 !XPMReader methodsFor:'writing to a file'!
   401 !XPMReader methodsFor:'writing to file'!
   400 
   402 
   401 colorNameOf:aColor
   403 colorNameOf:aColor
   402     "generate a name for a color. If its a standard color,
   404     "generate a name for a color. If its a standard color,
   403      return its name; otherwise return the hex representation."
   405      return its name; otherwise return the hex representation."
   404 
   406 
   517 ! !
   519 ! !
   518 
   520 
   519 !XPMReader class methodsFor:'documentation'!
   521 !XPMReader class methodsFor:'documentation'!
   520 
   522 
   521 version
   523 version
   522     ^ '$Header: /cvs/stx/stx/libview2/XPMReader.st,v 1.41 1998-07-28 20:06:10 cg Exp $'
   524     ^ '$Header: /cvs/stx/stx/libview2/XPMReader.st,v 1.42 2000-08-31 10:04:08 cg Exp $'
   523 ! !
   525 ! !
   524 XPMReader initialize!
   526 XPMReader initialize!