from_html method

from_html

Takes color from the HTML color.

Returns

The color.

def from_html(self, html_color):
    ...
ParameterTypeDescription
html_colorstrHTML color.

See Also