class: Color
authorClaus Gittinger <cg@exept.de>
Thu, 05 Dec 2013 19:28:33 +0100
changeset 6170 8b03d05c720d
parent 6169 426e8838363a
child 6171 cb82f8fa9cd0
class: Color comment/format in: #light
Color.st
--- a/Color.st	Thu Dec 05 13:04:54 2013 +0100
+++ b/Color.st	Thu Dec 05 19:28:33 2013 +0100
@@ -4152,7 +4152,8 @@
 light 
     "return the light (in hue/light/saturation model) in percent [0..100].
      This corresponds to the brightness of the color (if displayed on
-     a b&w television screen)"
+     a b&w television screen).
+     Old; please use #brightness (which is 0..1) for compatibility with other smalltalks"
 
     |r g b l|
 
@@ -5561,11 +5562,11 @@
 !Color class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.225 2013-07-27 10:04:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.226 2013-12-05 18:28:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.225 2013-07-27 10:04:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.226 2013-12-05 18:28:33 cg Exp $'
 ! !