# HG changeset patch # User Claus Gittinger # Date 939252940 -7200 # Node ID b747daf42e13d11d418fedfb1c79d7c1886e5658 # Parent 86566f076d30c9f7e1602958d29b8b6559243217 checkin from browser diff -r 86566f076d30 -r b747daf42e13 Color.st --- a/Color.st Thu Oct 07 00:56:20 1999 +0200 +++ b/Color.st Thu Oct 07 01:35:40 1999 +0200 @@ -1505,6 +1505,10 @@ "Modified: 23.4.1996 / 13:23:08 / cg" ! +lightYellow + ^ self yellow lighter +! + magenta "return the magenta color - ST-80 compatibility" @@ -4912,6 +4916,6 @@ !Color class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.140 1999-10-06 22:56:20 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.141 1999-10-06 23:35:40 cg Exp $' ! ! Color initialize!