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