ColorValue.st
changeset 277 7833361c76a2
parent 220 4106d9ce7e02
child 300 97f6b30e8a50
--- a/ColorValue.st	Tue May 28 20:20:50 1996 +0200
+++ b/ColorValue.st	Tue May 28 21:04:48 1996 +0200
@@ -49,11 +49,13 @@
     "return a grey color.
      The grey value is given in 0..1 instead of percent"
 
-    ^ Color grey:(grey * 100)
+    ^ Color gray:(grey * 100)
 
     "
      ColorValue brightness:0.5
     "
+
+    "Modified: 28.5.1996 / 20:53:52 / cg"
 !
 
 doesNotUnderstand:aMessage
@@ -115,5 +117,5 @@
 !ColorValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ColorValue.st,v 1.9 1996-04-25 16:24:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ColorValue.st,v 1.10 1996-05-28 19:04:48 cg Exp $'
 ! !