Home
last modified time | relevance | path

Searched refs:hls_to_rgb (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_colorsys.py52 colorsys.hls_to_rgb(*colorsys.rgb_to_hls(*rgb))
70 self.assertTripleEqual(rgb, colorsys.hls_to_rgb(*hls))
/third_party/python/Doc/library/
Dcolorsys.rst45 .. function:: hls_to_rgb(h, l, s)
/third_party/python/Lib/
Dcolorsys.py99 def hls_to_rgb(h, l, s): function