from_rgb method

On this page

from_rgb

def from_rgb(cls, red, green, blue):
    ...
Parameter Type Description
red int
green int
blue int

Returns: Rgb24Color

See Also

On this page