Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Dmenuconfig.py374 def _6cube_to_rgb(r6g6b6): argument
377 return tuple(0 if x == 0 else 40*x + 55 for x in r6g6b6)