Color.st
changeset 8109 017a2867ba53
parent 8063 e335948608ed
child 8112 0825f3c6a0cb
--- a/Color.st	Sat Aug 26 13:46:02 2017 +0200
+++ b/Color.st	Sat Aug 26 13:46:24 2017 +0200
@@ -1277,7 +1277,8 @@
 
 rgbValue:rgb
     "return a color from a 24bit RGB value;
-     The value is composed of r<<16 + g<<8 + b."
+     The value is composed of r<<16 + g<<8 + b,
+     i.e. rrggbb"
 
     |r g b|
 
@@ -1293,7 +1294,8 @@
      (Color rgbValue:16rFF00FF) inspect
     "
 
-    "Modified: 13.8.1997 / 20:24:37 / cg"
+    "Modified: / 13-08-1997 / 20:24:37 / cg"
+    "Modified (comment): / 26-08-2017 / 13:02:23 / cg"
 !
 
 scaledGray:aGrayValue