SphericalHarmonicMaterial.Absorption Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the absorption coefficient used to model light propagation in a participating medium.
Visual Basic Public Property Absorption As Color C# public Color Absorption { get; set; }
C++ public:
property ColorAbsorption {
Colorget();
void set(Colorvalue);
}JScript public function get Absorption() : Color
public function set Absorption(Color);
System.Drawing.Color
This property is read/write.
A Colorobject that represents the absorption coefficient.
The absorption coefficient is a parameter to the volume rendering equation.
Show:
