TestimoX

API Reference

Enum

HighlightColor

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

Named highlight colors mapped by the renderer.

Inheritance

  • Enum
  • HighlightColor

Values

public const HighlightColor Default #

Renderer default.

Value: 0
public const HighlightColor Red #

High severity or error.

Value: 1
public const HighlightColor Orange #

Warning/attention.

Value: 2
public const HighlightColor Yellow #

Caution/informational.

Value: 3
public const HighlightColor Green #

Success/healthy.

Value: 4
public const HighlightColor Blue #

Info/neutral.

Value: 5
public const HighlightColor Gray #

Muted/secondary.

Value: 6