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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 May 2005 09:29:10 -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-08 09:28:06.000000000 -0400
+++ shadow/74868.tmp.27782	2005-05-08 09:29:10.000000000 -0400
@@ -21,6 +21,11 @@
 The attached test case gives different values on MS.NET and Mono.
 
 Color.Black.GetBrightness()  -> 0.0020833
 Color.White.GetBrightness()  -> 1.0020833
 
 is clearly wrong.
+
+------- Additional Comments From juraj@hotfeet.ch  2005-05-08 09:29 -------
+Created an attachment (id=15093)
+colortest.cs
+