to_argb method

to_argb

Gets the 32-bit ARGB value of this Color structure.

Returns

The 32-bit ARGB value of this Color.

def to_argb(self):
    ...

See Also