foreground_argb_color property

foreground_argb_color property

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

Definition:

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

See Also