MappedPalette.st
changeset 3876 f4dc6267a30a
parent 3873 1f62ad46a04a
child 7837 2af7483d8ef9
equal deleted inserted replaced
3875:26e9fe35c84a 3876:f4dc6267a30a
    55 
    55 
    56 blackWhite
    56 blackWhite
    57     "ST-80 compatibility"
    57     "ST-80 compatibility"
    58 
    58 
    59     ^ self withColors:(Array with:(Color black) with:(Color white))
    59     ^ self withColors:(Array with:(Color black) with:(Color white))
    60 
       
    61     "Created: 7.10.1996 / 11:31:08 / cg"
       
    62     "Modified: 14.2.1997 / 17:43:24 / cg"
       
    63 !
    60 !
    64 
    61 
    65 monochromeDefault
    62 monochromeDefault
    66     "ST-80 compatibility"
    63     "ST-80 compatibility"
    67 
    64 
    73 whiteBlack
    70 whiteBlack
    74     "ST-80 compatibility"
    71     "ST-80 compatibility"
    75 
    72 
    76     ^ self withColors:(Array with:(Color white) with:(Color black))
    73     ^ self withColors:(Array with:(Color white) with:(Color black))
    77 
    74 
       
    75     "
       
    76      self whiteBlack
       
    77     "
       
    78 
    78     "Created: 7.10.1996 / 11:29:01 / cg"
    79     "Created: 7.10.1996 / 11:29:01 / cg"
    79     "Modified: 14.2.1997 / 17:43:31 / cg"
    80     "Modified: 14.2.1997 / 17:43:31 / cg"
    80 ! !
    81 ! !
    81 
    82 
    82 !MappedPalette class methodsFor:'documentation'!
    83 !MappedPalette class methodsFor:'documentation'!
    83 
    84 
    84 version
    85 version
    85     ^ '$Header: /cvs/stx/stx/libview/MappedPalette.st,v 1.4 2003-05-05 16:23:20 cg Exp $'
    86     ^ '$Header: /cvs/stx/stx/libview/MappedPalette.st,v 1.5 2003-05-06 18:26:22 cg Exp $'
    86 ! !
    87 ! !