transparency property

transparency property

Gets or sets the transparency of the fill color. Read/write float.

Definition:

@property
def transparency(self):
    ...

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

See Also