specular_glossiness_texture property

specular_glossiness_texture property

Gets or sets the texture for specular color, channel RGB stores the specular color and channel A stores the glossiness.

Definition:

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

See Also