Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_colorsys.py52 colorsys.hls_to_rgb(*colorsys.rgb_to_hls(*rgb))
70 self.assertTripleEqual(rgb, colorsys.hls_to_rgb(*hls))
/third_party/python/Lib/
H A Dcolorsys.py24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
99 def hls_to_rgb(h, l, s): function

Completed in 2 milliseconds