Summary
Parses a color string.
- Namespace
- Avalonia
.Media - Containing Type
- Color
Syntax
public static Color Parse(ReadOnlySpan<char> s)
Parameters
Name | Type | Description |
---|---|---|
s | ReadOnlySpan |
The color string. |
public static Color Parse(ReadOnlySpan<char> s)
Name | Type | Description |
---|---|---|
s | ReadOnlySpan |
The color string. |