Material.SpecularColor Property
Gets or sets the specular color of the mesh.
Syntax
public AttributeVariable< System.Drawing.Color > SpecularColor { get; set; }
Property Value
Default: Black, R: 0 G: 0 B: 0
The specular color of the mesh.
Remarks
This color produces specular highlights, or light reflections, depending on the positions of the camera and the light source. The specular highlights are also affected by the Shininess property.
Platforms
Windows, Linux, Android