global_alpha property

global_alpha property

Alpha value that is applied to shapes and images before they are composited onto the canvas. Default 1.0 (opaque).

Definition:

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

See Also