emission property

emission property

Gets or sets the emission. Declares the amount of light emitted from the surface of this object.

Definition:

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

See Also