ambient_color_factor property

ambient_color_factor property

Gets or sets the ambient color factor.

Definition:

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

See Also