HsvColorParse Method
Parses an HSV color string.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static HsvColor Parse(
string s
)
Public Shared Function Parse (
s As String
) As HsvColor
static member Parse :
s : string -> HsvColor
- s String
- The HSV color string to parse.
HsvColorThe parsed
HsvColor.