C# Class SadConsole.Ansi.State

Show file Open project: Thraka/SadConsole Class Usage Examples

Public Methods

Method Description
AnsiCorrectPrintColor ( ) : void

Forces the Background of the print appearance to be the darkened color and the foreground to be bright or not based on the Attribute_Bold property.

AnsiResetVideo ( ) : void

Resets all of the print appearance and ansi settings back to the default.

State ( ) : Microsoft.Xna.Framework

Creates a new object to track the state of the ansi cursor.

Method Details

AnsiCorrectPrintColor() public method

Forces the Background of the print appearance to be the darkened color and the foreground to be bright or not based on the Attribute_Bold property.
public AnsiCorrectPrintColor ( ) : void
return void

AnsiResetVideo() public method

Resets all of the print appearance and ansi settings back to the default.
public AnsiResetVideo ( ) : void
return void

State() public method

Creates a new object to track the state of the ansi cursor.
public State ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework