light_source property

light_source property

Gets or sets the light source.

Definition:

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

See Also