Table of Contents

CliColorSystemSupport Enum

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Determines what color system should be used.

public enum CliColorSystemSupport

Fields

Name Value Description
Detect

Try to detect the color system.

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.