checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 07 Oct 1999 01:35:40 +0200
changeset 2949 b747daf42e13
parent 2948 86566f076d30
child 2950 705ddb097eec
checkin from browser
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!