Specifies the terminal color mode.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Enumeration ColorScheme |
C# |
---|
public enum ColorScheme |
Members
Member name | Description | |
---|---|---|
Color | The terminal is using color. | |
Monochrome | The terminal is monochrome. | |
Custom | The terminal uses custom colors. Use SetColorIndex(SchemeColorName, Int32) and GetColorIndex(SchemeColorName) to control these. |