Parse Method
Parses an HSL color string.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static HslColor Parse(
string s
)
Public Shared Function Parse (
s As String
) As HslColor
static member Parse :
s : string -> HslColor
Parameters
- String
- The HSL color string to parse.