reflectivity property

reflectivity property

Gets or sets the reflectivity. Declares the amount of perfect mirror reflection to be added to the reflected light as a value between 0.0 and 1.0.

Definition:

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

See Also