SphericalHarmonicMaterial.Diffuse Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the diffuse albedo of the surface.
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 Colorobject that represents the diffuse albedo of the surface.
This value is ignored if the object is a mirror.
Show:
