SphericalHarmonicMaterial.Diffuse Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the diffuse albedo of the surface.

Definition

Visual Basic Public Property Diffuse As ColorLeave Site
C# public ColorLeave Site Diffuse { get; set; }
C++ public:
property ColorLeave Site Diffuse {
        ColorLeave Site get();
        void set(ColorLeave Site value);
}
JScript public function get Diffuse() : ColorLeave Site
public function set Diffuse(ColorLeave Site);

Property Value

System.Drawing.Color
A ColorLeave Site object that represents the diffuse albedo of the surface.

This property is read/write. 

Remarks

This value is ignored if the object is a mirror.