ColorScheme Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9313)
Specifies the terminal color mode.
Syntax
public enum ColorScheme
Fields
| Name | Description |
|---|---|
| Color | The terminal is using color. |
| Custom | The terminal uses custom colors. Use SetColorIndex(SchemeColorName, Int32) and GetColorIndex(SchemeColorName) to control these. |
| Monochrome | The terminal is monochrome. |