Table of Contents

CliColorSystem Enum

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Represents a color system.

public enum CliColorSystem

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.