search for: ff8080

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

Did you mean: ff0080
2000 Oct 27
1
Bug in hsv() (PR#712)
...to modify it a bit to allow the start and end colors as well as 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...