Material.Ambient Property (Microsoft.DirectX.Direct3D)
Retrieves or sets a value that specifies the ambient color.
Definition
Visual Basic Public Property Ambient As Color C# public Color Ambient { get; set; }
C++ public:
property ColorAmbient {
Colorget();
void set(Colorvalue);
}JScript public function get Ambient() : Color
public function set Ambient(Color);
Property Value
System.Drawing.Color
A Colorobject that represents the ambient color.
This property is read/write.