RgbColor.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 RgbColor.

public static RgbColor Parse(string str)

Parameters

str String

The string representing the color.

Returns

An instance of RgbColor.