to_rgb_string method

to_rgb_string

Returns a string containing the RGB color specified by: rgb(R, G, B).

Returns

A rgb string.

def to_rgb_string(self):
    ...

See Also