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