static public method Color.FromHtml

Brief

Translates an HTML color representation to a Color structure.

Declaration
C#
Gehtsoft.PDFFlow.Models.Shared.Color  FromHtml (string htmlColor)

Parameters
htmlColor

The string representation of the HTML color to translate.

Declared in Color

back