to_rgba method

to_rgba

Serializes this Argb32Color instance to the ‘rgba’ CSS function notation

Returns

A string with ‘rgba(r, g, b, a)’ format

def to_rgba(self):
    ...

See Also