ambient property

ambient property

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

Definition:

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

See Also