argb_color property

argb_color property

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

Definition:

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

See Also