Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_colorsys.py79 colorsys.yiq_to_rgb(*colorsys.rgb_to_yiq(*rgb))
97 self.assertTripleEqual(rgb, colorsys.yiq_to_rgb(*yiq))
/third_party/python/Lib/
H A Dcolorsys.py24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
46 def yiq_to_rgb(y, i, q): function

Completed in 1 milliseconds