Skip to the content.

PromptPlus API:ColorSystem

Build Publish License NuGet Downloads

Back to List Api

ColorSystem

Namespace: PPlus

Represents the capacity of console color system.

public enum ColorSystem

Inheritance ObjectValueTypeEnumColorSystem
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.

Back to List Api