Home
last modified time | relevance | path

Searched refs:hsv_to_rgb (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_colorsys.py25 colorsys.hsv_to_rgb(*colorsys.rgb_to_hsv(*rgb))
43 self.assertTripleEqual(rgb, colorsys.hsv_to_rgb(*hsv))
/third_party/python/Lib/
H A Dcolorsys.py25 "rgb_to_hsv","hsv_to_rgb"]
145 def hsv_to_rgb(h, s, v): function

Completed in 2 milliseconds