TestimoX

API Reference

Enum

ConsoleColorTone

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

Coarse background brightness classification.

Inheritance

  • Enum
  • ConsoleColorTone

Values

public const ConsoleColorTone Unknown #

Unable to classify.

Value: 0
public const ConsoleColorTone Dark #

Dark background (black/gray).

Value: 1
public const ConsoleColorTone Light #

Light background (white/yellow).

Value: 2