Color.st
changeset 1928 caf10cc253c4
parent 1907 61fdff318175
child 1929 e500fcf94969
--- a/Color.st	Thu Oct 16 12:33:23 1997 +0200
+++ b/Color.st	Thu Oct 16 15:20:17 1997 +0200
@@ -892,7 +892,7 @@
 !
 
 rgbValue:rgb
-    "return a color from an rgb (24 bit) value;
+    "return a color from a 24bit rgb value;
      The value is composed of r<<16 + g<<8 + b."
 
     |r g b|
@@ -4403,6 +4403,6 @@
 !Color class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.102 1997-09-25 09:24:41 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.103 1997-10-16 13:20:17 cg Exp $'
 ! !
 Color initialize!