opacity property

opacity property

Returns or specifies current background of the page.

Definition:

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

See Also