Searched refs:textAttributes (Results 1 – 1 of 1) sorted by relevance
74 WORD textAttributes = 0; in SetTextColor() local77 textAttributes |= FOREGROUND_RED; in SetTextColor()81 textAttributes |= FOREGROUND_GREEN; in SetTextColor()85 textAttributes |= FOREGROUND_BLUE; in SetTextColor()89 textAttributes |= FOREGROUND_INTENSITY; in SetTextColor()91 SetConsoleTextAttribute(hConsoleHandle, textAttributes); in SetTextColor()