Searched refs:cube_value (Results 1 – 1 of 1) sorted by relevance
6658 static int cube_value[] = { variable6706 *r = cube_value[idx / 36 % 6]; in cterm_color2rgb()6707 *g = cube_value[idx / 6 % 6]; in cterm_color2rgb()6708 *b = cube_value[idx % 6]; in cterm_color2rgb()