Gets the palette with standard MS-DOS colors in the first 16 entries and xterm colors in the higher entries.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property Dos As TerminalPalette
	Get
C#
public static TerminalPalette Dos { get; }

Remarks

The default palette uses the following color scheme: 0 = Black, 1 = Red, 2 = Green, 3 = Yellow, 4 = Blue, 5 = Magenta, 6 = Cyan, 7 = LightGray, 8 = DarkGray, 9 = LightRed, 10 = LightGreen, 11 = LightYellow, 12 = LightBlue, 13 = LightMagenta, 14 = LightCyan, 15 = White, 16 and higher = Xterm colors.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also