from_int method

from_int

Returns a new Color with the requested ARGB value.

Returns

A new instance of the Color class

def from_int(self, argb):
    ...
ParameterTypeDescription
argbintA int that represents the ARGB value of the color.

See Also