Enum ColorMode
Defines the color mode of the terminal.
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
[PublicAPI]
public enum ColorMode
Fields
| Name | Description |
|---|---|
| Disabled | The terminal's colors are disabled. |
| Extended | Terminal supports extended colors in addition to StandardColor. |
| Standard | Terminal supports only standard color set defined by StandardColor. |