Searched refs:color_def (Results 1 – 2 of 2) sorted by relevance
42 } color_def[NCOLORS] = { variable145 color_def[i].r = r*100/255; in vt_palette_init()146 color_def[i].g = g*100/255; in vt_palette_init()147 color_def[i].b = b*100/255; in vt_palette_init()166 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette()
128 } color_def[NCOLORS] = { variable234 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in rgb_color_map()