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