Method TryParseColor16
TryParseColor16(ReadOnlySpan<char>, out Color)
Parses name
and returns color
if name is a ANSI 4-bit standard named color.
public static bool TryParseColor16(ReadOnlySpan<char> name, out Color color)
Parameters
name
ReadOnlySpan<char>The name to parse.
color
ColorIf successful, the color.