to_rgba method

On this page

to_rgba

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

def to_rgba(self):
    ...

Returns: str: A string with ‘rgba(r, g, b, a)’ format.

See Also

On this page