emissive_color property

emissive_color property

Gets or sets the emissive color, default value is (0, 0, 0)

Definition:

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

See Also