from_argb method

from_argb

Creates a Argb32Color instance from its 32-bit component (alpha, red, green, and blue) values, compatible with value, produced by the System.Drawing.Color.ToArgb() method

Returns

New Argb32Color value

def from_argb(self, argb):
    ...
Parameter Type Description
argb int A value specifying the 32-bit ARGB value

See Also