shininess property

shininess property

Gets or sets the shininess. Declares the specular or roughness of the specular reflection lobe.

Definition:

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

See Also