HslColorParse Method

Parses an HSL color string.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static HslColor Parse(
	string s
)

Parameters

s  String
The HSL color string to parse.

Return Value

HslColor
The parsed HslColor.

See Also