Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py398 def _gray_to_rgb(index): function
461 return _alloc_rgb(_gray_to_rgb(num - 232))
488 if dist(rgb, _6cube_to_rgb(c6)) < dist(rgb, _gray_to_rgb(gray)):