SphericalHarmonicMaterial.Absorption Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the absorption coefficient used to model light propagation in a participating medium.

Definition

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

Property Value

System.Drawing.Color
A ColorLeave Site object that represents the absorption coefficient.

This property is read/write. 

Remarks

The absorption coefficient is a parameter to the volume rendering equation.