Name
ClearConsoleStyle -- clear console style (V10.0)
Synopsis
ClearConsoleStyle(style)
Platforms
Linux, macOS, Windows

Function
This function clears the specified style(s) in the current console window. The 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.

Inputs
style
one or more style flags to clear

Show TOC