ColorValue.st
changeset 220 4106d9ce7e02
parent 214 28ed6be65f4c
child 277 7833361c76a2
equal deleted inserted replaced
219:106b86ca81da 220:4106d9ce7e02
    35 
    35 
    36 documentation
    36 documentation
    37 "
    37 "
    38     ColorValue is provided for ST-80 compatibility.
    38     ColorValue is provided for ST-80 compatibility.
    39     read the section on compatibility issues in the Color class's documentation.
    39     read the section on compatibility issues in the Color class's documentation.
       
    40 
       
    41     [author:]
       
    42         Claus Gittinger
    40 "
    43 "
    41 ! !
    44 ! !
    42 
    45 
    43 !ColorValue class methodsFor:'instance creation'!
    46 !ColorValue class methodsFor:'instance creation'!
    44 
    47 
   110 ! !
   113 ! !
   111 
   114 
   112 !ColorValue class methodsFor:'documentation'!
   115 !ColorValue class methodsFor:'documentation'!
   113 
   116 
   114 version
   117 version
   115     ^ '$Header: /cvs/stx/stx/libview2/ColorValue.st,v 1.8 1996-04-23 20:10:47 cg Exp $'
   118     ^ '$Header: /cvs/stx/stx/libview2/ColorValue.st,v 1.9 1996-04-25 16:24:25 cg Exp $'
   116 ! !
   119 ! !