specular property
specular property
Gets or sets the specular. Declares the color of light specular reflected from the surface of this object.
Definition:
@property
def specular(self):
...
@specular.setter
def specular(self, value):
...
Gets or sets the specular. Declares the color of light specular reflected from the surface of this object.
@property
def specular(self):
...
@specular.setter
def specular(self, value):
...