diffuse property

diffuse property

Gets or sets the diffuse. Declares the amount of light diffusely reflected from the surface of this object.

Definition:

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

See Also