from_rgba method

from_rgba

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

Returns: Argb32Color

See Also