PromptPlus API:ColorSystem
ColorSystem
Namespace: PPlus
Represents the capacity of console color system.
public enum ColorSystem
Inheritance Object → ValueType → Enum → ColorSystem
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
NoColors | 0 | No colors. |
Legacy | 1 | Legacy, 3-bit mode. |
Standard | 2 | Standard, 4-bit mode. |
EightBit | 3 | 8-bit mode. |
TrueColor | 4 | 24-bit mode. |