reflection_color property

reflection_color property

Gets or sets the reflection color.

Definition:

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

See Also