diffuse_color property

diffuse_color property

Gets or sets the diffuse color

Definition:

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

See Also