ClearConsoleStyle(style)
style parameter
can be one or more of the console style flags as described in the SetConsoleStyle()
documentation. See SetConsoleStyle for details. Since all style flags are bit masks you can combine
multiple styles using the bitwise OR operator (|).
You must enable advanced console mode using EnableAdvancedConsole() before you can use this function. See EnableAdvancedConsole for details.