Table of Contents

Enum BasicColor

Namespace
Termule.Engine.Types
Assembly
Termule.Engine.dll

Basic color values supported on older terminals.

public enum BasicColor

Fields

Black = 1
Blue = 5
BrightBlack = 9
BrightBlue = 13
BrightCyan = 15
BrightGreen = 11
BrightMagenta = 14
BrightRed = 10
BrightWhite = 16
BrightYellow = 12
Cyan = 7
Default = 0
Green = 3
Magenta = 6
Red = 2
White = 8
Yellow = 4