HsvColorParse Method

Parses an HSV color string.

Definition

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

Parameters

s  String
The HSV color string to parse.

Return Value

HsvColor
The parsed HsvColor.

See Also