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