/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_colorsys.py | 52 colorsys.hls_to_rgb(*colorsys.rgb_to_hls(*rgb))
70 self.assertTripleEqual(rgb, colorsys.hls_to_rgb(*hls))
|
/external/python/cpython2/Lib/test/ |
test_colorsys.py | 52 colorsys.hls_to_rgb(*colorsys.rgb_to_hls(*rgb)) 70 self.assertTripleEqual(rgb, colorsys.hls_to_rgb(*hls))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_colorsys.py | 52 colorsys.hls_to_rgb(*colorsys.rgb_to_hls(*rgb)) 70 self.assertTripleEqual(rgb, colorsys.hls_to_rgb(*hls))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_colorsys.py | 52 colorsys.hls_to_rgb(*colorsys.rgb_to_hls(*rgb)) 70 self.assertTripleEqual(rgb, colorsys.hls_to_rgb(*hls))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_colorsys.py | 52 colorsys.hls_to_rgb(*colorsys.rgb_to_hls(*rgb)) 70 self.assertTripleEqual(rgb, colorsys.hls_to_rgb(*hls))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_colorsys.py | 52 colorsys.hls_to_rgb(*colorsys.rgb_to_hls(*rgb)) 70 self.assertTripleEqual(rgb, colorsys.hls_to_rgb(*hls))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
colorsys.py | 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
90 def hls_to_rgb(h, l, s):
function
|
/external/python/cpython2/Lib/ |
colorsys.py | 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb", 90 def hls_to_rgb(h, l, s): function
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
colorsys.py | 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb", 90 def hls_to_rgb(h, l, s): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
colorsys.py | 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb", 90 def hls_to_rgb(h, l, s): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
colorsys.py | 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb", 90 def hls_to_rgb(h, l, s): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
colorsys.py | 24 __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb", 90 def hls_to_rgb(h, l, s): function
|
/external/ImageMagick/coders/ |
sixel.c | 173 static int hls_to_rgb(int hue, int lum, int sat) 403 sixel_palet[color_index] = hls_to_rgb(param[2] * 100 / 360, param[3], param[4]); 171 static int hls_to_rgb(int hue, int lum, int sat) function [all...] |