Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 701 Bytes

File metadata and controls

37 lines (21 loc) · 701 Bytes

ConsolePlus

ColorSystem Enum

Represents the capacity of console color system.

public enum ColorSystem

Fields

NoColors 0

No colors.

FourBit 2

4-bit mode.

Standard 3

8-bit mode.

TrueColor 4

24-bit mode.