# HG changeset patch # User Stefan Vogel # Date 1469008489 -7200 # Node ID 18c923f3050da15f4ec1ebd6c43b8726450e3986 # Parent 12036015c6ccd14e56cd42bc70b25f783c448a09 #DOCUMENTATION by stefan class: Color comment/format in: #documentation diff -r 12036015c6cc -r 18c923f3050d Color.st --- a/Color.st Wed Jul 20 11:38:15 2016 +0200 +++ b/Color.st Wed Jul 20 11:54:49 2016 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1992 by Claus Gittinger All Rights Reserved @@ -51,7 +53,7 @@ " Color represents colors in a device independent manner, main info I keep about mySelf are the red, green and blue components scaled into 0 .. MaxValue. - The device specific color can be acquired by sending a color the 'on:aDevice' message, + The device specific color can be acquired by sending a color the 'onDevice:aDevice' message, which will return a color with the same rgb values as the receiver but specific for that device.