to_int method

to_int

Encodes the Color ARGB components into int.

Returns

Encoded int.

def to_int(self):
    ...

See Also