Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/kconfig/
Dmenuconfig.py406 def _alloc_rgb(rgb, rgb2index={}): argument
419 if rgb in rgb2index:
420 return rgb2index[rgb]
424 color_index = 16 + len(rgb2index)
433 rgb2index[rgb] = color_index