specular_color_factor property

specular_color_factor property

Gets or sets the specular color factor.

Definition:

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

See Also