ambient_light property

ambient_light property

The ambient light color.

Definition:

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

See Also