RawValue

Field

Namespace: ANSITerm

Declared in: ANSITerm.ColorValue


Gets or sets the raw color value used by terminal. For indexed modes it's the color index, for true color mode it's Color.ToArgb() value.

Syntax

public int RawValue;

Back to index