search for: ff80ff

Displaying 1 result from an estimated 1 matches for "ff80ff".

Did you mean: ff00ff
2000 Oct 27
1
Bug in hsv() (PR#712)
...the max saturation to be specified, and I think I may have turned up a bug in the hsv() function. Here's the evidence of the bug: Look at the results of these two calls to hsv: > hsv(h=0.833333333333333,s=0.5,v=1) [1] "#FF8080" > hsv(h=0.8333333333333333,s=0.5,v=1) [1] "#FF80FF" I think the 3 color components are listed as hex values in Blue, Green, Red order here. The two calls have nearly identical parameters (differing in hue only in the 16th decimal place), but the red component is twice as strong in the second one. Duncan Murdoch --please do not edit the inf...