transparency property

Fill.transparency property

Gets or sets the degree of transparency of the specified fill as a value between 0.0 (opaque) and 1.0 (clear).

@property
def transparency(self) -> float:
    ...

@transparency.setter
def transparency(self, value: float):
    ...

Remarks

This property is the opposite of property Fill.opacity.

See Also