ColorTranslator.FromHtml

ColorTranslator.FromHtml method

Takes color from the HTML color.

public static Color FromHtml(string htmlColor)
ParameterTypeDescription
htmlColorStringHTML color.

Return Value

The color.

See Also