opacity_mask property

opacity_mask property

Returns/sets the brush specifying a mask of alpha values that is applied to the element in the same fashion as the Opacity attribute, but allowing different alpha values for different areas of the element.

Definition:

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

See Also