'Declaration Public Shared Function FromHtml( _
ByVal htmlColorThe string representation of the Html color to translate.As String _
) As VintasoftColor
public static VintasoftColor FromHtml(
string htmlColor
)
public: static VintasoftColor FromHtml(
string* htmlColor
)
public:
static VintasoftColor FromHtml(
string^ htmlColor
)
Parameters
- htmlColor
- The string representation of the Html color to translate.
Return Value
The VintasoftColor structure that represents the translated HTML color or Empty if htmlColor is null.