Method Parse
Parse(ReadOnlySpan<char>)
A method that returns a Color value based on the text specified.
Color Parse(ReadOnlySpan<char> text)
Parameters
textReadOnlySpan<char>A string or other ReadOnlySpan<T> of char to parse as a Color.
A method that returns a Color value based on the text specified.
Color Parse(ReadOnlySpan<char> text)
text ReadOnlySpan<char>A string or other ReadOnlySpan<T> of char to parse as a Color.