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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

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