ColorHelpers.Parse method

Version 1.0.2
.NET Framework 4.7
Namespace Skybrud.Colors
Assembly Skybrud.Colors.dll

Parse(string)

Static

Parses the specified str into an instance of IColor.

public static IColor Parse(string str)

Parameters

str String

The input string to be parsed.

Returns

An instance of IColor.