gray vs. grey
authorClaus Gittinger <cg@exept.de>
Tue, 28 May 1996 21:04:48 +0200
changeset 277 7833361c76a2
parent 276 19b205dde532
child 278 f2382bb48850
gray vs. grey
ClrValue.st
ColorValue.st
--- a/ClrValue.st	Tue May 28 20:20:50 1996 +0200
+++ b/ClrValue.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/Attic/ClrValue.st,v 1.9 1996-04-25 16:24:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ClrValue.st,v 1.10 1996-05-28 19:04:48 cg Exp $'
 ! !
--- 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 $'
 ! !