ColorMode

Property

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Gets or sets the color mode.

Syntax

public ColorMode ColorMode { public get; public set; }

Remarks

If you want to check if a color mode is supported before setting it, you can use IsColorModeAvailable(ColorMode) or TrySetColorMode(ColorMode) depending on the usage.
Back to index