global_alpha property

global_alpha property

Gets or sets the global alpha value.

Definition:

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

See Also