albedo property

albedo property

Gets or sets the base color of the material

Definition:

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

See Also