ambient_color2 property

ambient_color2 property

Gets or sets the ambient color2.

Definition:

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

See Also