transparency property

transparency property

Gets or sets the transparency. Declares the amount of perfectly refracted light added to the reflected color as a scalar value between 0.0 and 1.0.

Definition:

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

See Also