transparent property

transparent property

Gets or sets the transparent. Declares the color of perfectly refracted light.

Definition:

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

See Also