SphericalHarmonicMaterial.DiffuseColor Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the diffuse albedo of the surface.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.ColorValue
A ColorValue 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.