SpecularColor Property (Light)
In This Topic
Gets or sets the specular color of the light.
Syntax
'Declaration
Public Property SpecularColor As Color
'Usage
Dim instance As Light
Dim value As Color
instance.SpecularColor = value
value = instance.SpecularColor
public Color SpecularColor {get; set;}
See Also