TextFormat Class

Provides constants for various virtual terminal sequences that control text format.

Definition

Namespace: Ookii.CommandLine.Terminal
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public static class TextFormat
Inheritance
Object    TextFormat

Methods

GetExtendedColor Returns the virtual terminal sequence to the foreground or background color to an RGB color.

Fields

BackgroundBlack Sets the background color to Black.
BackgroundBlue Sets the background color to Blue.
BackgroundCyan Sets the background color to Cyan.
BackgroundDefault Sets the background color to Default.
BackgroundGreen Sets the background color to Green.
BackgroundMagenta Sets the background color to Magenta.
BackgroundRed Sets the background color to Red.
BackgroundWhite Sets the background color to White.
BackgroundYellow Sets the background color to Yellow.
BoldBright Applies the brightness/intensity flag to the foreground color.
BrightBackgroundBlack Sets the background color to bright Black.
BrightBackgroundBlue Sets the background color to bright Blue.
BrightBackgroundCyan Sets the background color to bright Cyan.
BrightBackgroundGreen Sets the background color to bright Green.
BrightBackgroundMagenta Sets the background color to bright Magenta.
BrightBackgroundRed Sets the background color to bright Red.
BrightBackgroundWhite Sets the background color to bright White.
BrightBackgroundYellow Sets the background color to bright Yellow.
BrightForegroundBlack Sets the foreground color to bright Black.
BrightForegroundBlue Sets the foreground color to bright Blue.
BrightForegroundCyan Sets the foreground color to bright Cyan.
BrightForegroundGreen Sets the foreground color to bright Green.
BrightForegroundMagenta Sets the foreground color to bright Magenta.
BrightForegroundRed Sets the foreground color to bright Red.
BrightForegroundWhite Sets the foreground color to bright White.
BrightForegroundYellow Sets the foreground color to bright Yellow.
Default Resets the text format to the settings before modification.
ForegroundBlack Sets the foreground color to Black.
ForegroundBlue Sets the foreground color to Blue.
ForegroundCyan Sets the foreground color to Cyan.
ForegroundDefault Sets the foreground color to Default.
ForegroundGreen Sets the foreground color to Green.
ForegroundMagenta Sets the foreground color to Magenta.
ForegroundRed Sets the foreground color to Red.
ForegroundWhite Sets the foreground color to White.
ForegroundYellow Sets the foreground color to Yellow.
Negative Swaps foreground and background colors.
NoBoldBright Removes the brightness/intensity flag to the foreground color.
NoUnderline Removes underline.
Positive Returns foreground and background colors to normal.
Underline Adds underline.

See Also