argb property

argb property

Gets and sets the color from a 32-bit ARGB value.

Definition:

@property
def argb(self):
    ...
@argb.setter
def argb(self, value):
    ...

See Also