This topic has not yet been rated - Rate this topic

Light.Ambient Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the ambient color emitted by the light.

This member is a ColorLeave Site structure.

Definition

Visual BasicPublic Property Ambient As ColorLeave Site
C#public ColorLeave Site Ambient { get; set; }
C++public:
property ColorLeave Site Ambient {
        ColorLeave Site get();
        void set(ColorLeave Site value);
}
JScriptpublic function get Ambient() : ColorLeave Site
public function set Ambient(ColorLeave Site);

Property Value

System.Drawing.Color
A ColorLeave Site structure that represents the ambient color emitted by the light.

This property is read/write. 

Remarks

Exceptions
InvalidCallException The property value is invalid.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.