ambient property
ambient property
Gets or sets the ambient. Declares the amount of ambient light emitted from the surface of this object.
Definition:
@property
def ambient(self):
...
@ambient.setter
def ambient(self, value):
...
Gets or sets the ambient. Declares the amount of ambient light emitted from the surface of this object.
@property
def ambient(self):
...
@ambient.setter
def ambient(self, value):
...