Color.st
changeset 6793 4eb2c49db190
parent 6785 7babceb91298
child 6830 4b029193d399
--- a/Color.st	Thu Feb 26 12:53:14 2015 +0100
+++ b/Color.st	Thu Feb 26 23:15:30 2015 +0100
@@ -5374,17 +5374,15 @@
 !Color methodsFor:'queries'!
 
 averageColor
-    "return the average color - thats myself.
-     This method has been added for compatibility with the image
-     protocol."
+    "return the average color - that's myself.
+     This method has been added for compatibility with the image protocol."
 
     ^ self
 !
 
 averageColorIn:aRectangle
     "return the average color - thats myself.
-     This method has been added for compatibility with the image
-     protocol."
+     This method has been added for compatibility with the image protocol."
 
     ^ self
 !
@@ -5625,11 +5623,11 @@
 !Color class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.237 2015-02-22 12:31:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.238 2015-02-26 22:15:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.237 2015-02-22 12:31:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.238 2015-02-26 22:15:30 cg Exp $'
 ! !