[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 18:27:29 -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 jackson@ximian.com.

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

--- shadow/74868	2005-05-09 17:15:50.000000000 -0400
+++ shadow/74868.tmp.9091	2005-05-09 18:27:29.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: FC3
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Drawing.
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: peter@novonyx.com                            
 ReportedBy: juraj@hotfeet.ch               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [PATCH] Color.GetBrightness and GetSaturation return wrong values
@@ -55,6 +55,10 @@
 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)
 
+
+------- Additional Comments From jackson@ximian.com  2005-05-09 18:27 -------
+In my opinion we shouldn't be caching the hsb. Assigning to peter as
+it is up to him.