to_rgba_hex_string method

to_rgba_hex_string

Returns a Hexadecimal color is specified with: #RRGGBBAA.

Returns

A Hexadecimal color string.

def to_rgba_hex_string(self):
    ...

See Also