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