2 references to Colors
Microsoft.Maui.Resizetizer (2)
ColorTable.cs (2)
45
public static bool TryGetNamedColor(string name, out SKColor result) =>
Colors
.TryGetValue(name, out result);
47
public static bool IsKnownNamedColor(string name) =>
Colors
.TryGetValue(name, out _);