SphericalHarmonicMaterial.Diffuse Property

Language:

Retrieves or sets the diffuse albedo of the surface.

Definition

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

Property Value

System.Drawing.Color
A Color Leave 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center