'Declaration Public Shared Function FromHtml( _
ByVal htmlColorThe string representation of the Html color to translate.As System.String _
) As VintasoftColor
public static VintasoftColor FromHtml(
System.String htmlColor
)
public: static VintasoftColor FromHtml(
System.String htmlColor
)
public:
static VintasoftColor FromHtml(
System.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.