HomeSort by relevance Sort by last modified time
    Searched defs:rgb_to_hsv (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /external/python/cpython2/Lib/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /external/python/cpython3/Lib/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
124 def rgb_to_hsv(r, g, b): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
colorsys.py 25 "rgb_to_hsv","hsv_to_rgb"]
116 def rgb_to_hsv(r, g, b): function
  /external/tensorflow/tensorflow/core/kernels/
adjust_saturation_op.cc 88 static void rgb_to_hsv(float r, float g, float b, float* h, float* s, function in namespace:tensorflow::internal
203 internal::rgb_to_hsv(p[0], p[1], p[2], &h, &s, &v);

Completed in 70 milliseconds