ambient_color_value property

ambient_color_value property

Gets or sets the ambient color value.

Definition:

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

See Also