global_composite_operation property

global_composite_operation property

With globalAlpha applied this sets how shapes and images are drawn onto the existing bitmap. Default: (source-over)

Definition:

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

See Also