Light.Diffuse Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the diffuse color emitted by the light.
This member is a Color structure.
Definition
Visual Basic Public Property Diffuse As Color C# public Color Diffuse { get; set; } C++ public:
property Color Diffuse {
Color get();
void set(Color value);
}JScript public function get Diffuse() : Color
public function set Diffuse(Color);
Property Value
System.Drawing.Color
A Color structure that represents the diffuse color.This property is read/write.
Remarks
Exceptions
The property value is invalid.