to_html method

to_html

Creates HTML color from the color.

Returns

The html string color.

def to_html(self, c):
    ...
ParameterTypeDescription
cColorThe color class.

See Also