| Dart.Emulation Namespace : AnsiColor.AnsiStyle Enumeration |
Public Enum AnsiColor.AnsiStyle Inherits System.Enum
Dim instance As AnsiColor.AnsiStyle
public enum AnsiColor.AnsiStyle : System.Enum
__value public enum AnsiColor.AnsiStyle : public System.Enum
public enum class AnsiColor.AnsiStyle : public System.Enum
| Member | Description |
|---|---|
| Custom | Value when all colors do not match the colors of any of the other enumerated values. |
| Default | XBold (bright) colors are full intensity RGB and normal colors are 75% intensity of their corresponding bold colors. |
| Html | Standard colors used in web pages. |
| Microsoft | Colors used by Microsoft command-line Telnet. |
| Putty | Colors used by the PuTTY emulator. |
| Vga | Standard VGA colors. |
| X11 | Standard colors used by X Window System version 11. |
| Xterm | Colors used by the X Windows emulator. |
System.Object
System.ValueType
System.Enum
Dart.Emulation.AnsiColor.AnsiStyle