to_rgba_string method

to_rgba_string

Returns a string containing the RGBA color specified by: rgba(R, G, B, A).

Returns

A rgba string.

def to_rgba_string(self):
    ...

See Also