1 reference to TryParse
Microsoft.Maui.Graphics (1)
Color.cs (1)
586 public static bool TryParse(string value, out Color color) => TryParse(value != null ? value.AsSpan() : default, out color);