TestimoX

API Reference

Enum

ColorMode

Namespace TestimoX.Configuration.TestimoConfiguration
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Console color rendering mode.

Inheritance

  • Enum
  • ColorMode

Values

public const ColorMode Auto #

Auto-detect terminal capabilities to select the best mode.

Value: 0
public const ColorMode Rich #

Use rich color/formatting when supported by the terminal.

Value: 1
public const ColorMode Basic #

Use a basic color palette with minimal formatting.

Value: 2
public const ColorMode None #

No colors (monochrome output).

Value: 3