background_argb_color property

background_argb_color property

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

Definition:

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

See Also