Home
last modified time | relevance | path

Searched refs:_gray_to_rgb (Results 1 – 1 of 1) sorted by relevance

/sof-2.7.6/scripts/kconfig/
Dmenuconfig.py371 def _gray_to_rgb(index): function
432 return _alloc_rgb(_gray_to_rgb(num - 232))
458 if dist(rgb, _6cube_to_rgb(c6)) < dist(rgb, _gray_to_rgb(gray)):