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