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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 May 2005 17:15:50 -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 17:06:38.000000000 -0400
+++ shadow/74868.tmp.8469	2005-05-09 17:15:50.000000000 -0400
@@ -50,6 +50,11 @@
 light memory-wise. If I'm not mistaken, structs are put on the stack
 when they're passed to a method. This way we extend Color only by one
 reference, but still have cached results for H, B and S for those
 Color objects where they're needed.
 
 I'll attach the subclass-version in a minute...
+
+------- Additional Comments From juraj@hotfeet.ch  2005-05-09 17:15 -------
+Created an attachment (id=15106)
+color.patch (version with nested class)
+