Searched refs:value_direct_color (Results 1 – 1 of 1) sorted by relevance
850 #define value_direct_color(max) (1000 * ((color >> bitoff) & max)) / max in _nc_color_content() macro858 c_b = value_direct_color(max_b); in _nc_color_content()861 c_g = value_direct_color(max_g); in _nc_color_content()864 c_r = value_direct_color(max_r); in _nc_color_content()