Searched refs:new_color (Results 1 – 1 of 1) sorted by relevance
3227 WORD new_color = in GetNewColor() local3232 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()3233 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()3234 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()3236 return new_color; in GetNewColor()3328 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local3334 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()