Table of Contents

Method Parse

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Parse(ReadOnlySpan<char>)

A method that returns a Color value based on the text specified.

Color Parse(ReadOnlySpan<char> text)

Parameters

text ReadOnlySpan<char>

A string or other ReadOnlySpan<T> of char to parse as a Color.

Returns

Color

A Color value equivalent to text.