search for: 3e7d7d

Displaying 1 result from an estimated 1 matches for "3e7d7d".

Did you mean: 3e77
2003 Feb 24
1
hsv producing a color intensity not in [0,1] (PR#2576)
...hsv(0.5, 0.5, 0.5, 1) gives "#80FF40" h3sv(0.5, 0.5, 0.49, 1) gives "#7DFA3E" however, hsv(0.5, 0.5, 0.51, 1) gives "color intensity 1.02, not in [0,1] " I have run the same above on the MSWindows port and the colour values are very different: ("#408080, #3E7D7D, and #418282, respectively). On the MSWindows platform, the colours seem well behaved and no errors are encountered. Any help would be appreciated. Jae