from_uint method

from_uint

Returns a new Color with the requested ARGB value.

Returns

A new instance of the Color class

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

See Also