start_reflection_opacity property

start_reflection_opacity property

Starting reflection opacity. (percents). Read/write float.

Definition:

@property
def start_reflection_opacity(self):
    ...

@start_reflection_opacity.setter
def start_reflection_opacity(self, value):
    ...

See Also