Background(AnsiColor) Method

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll

Emits an SGR sequence that sets the background color.

public AnsiWriter Background(AnsiColor color)

Parameters

color
AnsiColor

The color to set.

Returns

AnsiWriter
This writer, for fluent chaining.