ambient_color property

ambient_color property

Gets or sets the ambient color

Definition:

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

See Also