[Mono-bugs] [Bug 74868][Nor] Changed - [PATCH] Color.GetBrightness and GetSaturation return wrong values

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 01:32:34 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by juraj@hotfeet.ch.

http://bugzilla.ximian.com/show_bug.cgi?id=74868

--- shadow/74868	2005-05-09 18:51:33.000000000 -0400
+++ shadow/74868.tmp.11745	2005-05-10 01:32:34.000000000 -0400
@@ -65,6 +65,11 @@
 
 ------- Additional Comments From peter@novonyx.com  2005-05-09 18:51 -------
 Agreed. I'm going by my original comment that we should move the math 
 into each function like the code was before. I recall a discussion 
 several months back about whether or not to cache the hsb and the 
 outcome was that we didn't want to keep it around.
+
+------- Additional Comments From juraj@hotfeet.ch  2005-05-10 01:32 -------
+Created an attachment (id=15113)
+patch as requested (no caching, calc inline)
+