to_string method

to_string

Returns a str that represents the current color format.

Returns

A string that represents the current color format.

def to_string(self, format):
    ...
ParameterTypeDescription
formatColorStringFormatA type of color string format.

See Also