Summary
Parses a color string.
- Namespace
- Avalonia
.Media - Containing Type
- Color
Syntax
public static bool TryParse(string s, out Color color)
Parameters
Name | Type | Description |
---|---|---|
s | string | The color string. |
color | Color | The parsed color |
Return Value
Type | Description |
---|---|
bool | The status of the operation. |