/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))
|
/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/opencv3/modules/core/include/opencv2/core/cuda/ |
color.hpp | 215 OPENCV_CUDA_IMPLEMENT_HLS2RGB_TRAITS(hls_to_rgb, 3, 3, 2)
|
/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...] |