Share via


ShadeCaps.SupportsAlphaGouraudBlend Property (Microsoft.DirectX.Direct3D)

Specifies whether the device supports an alpha component for Gouraud-blended transparency.

Definition

Visual Basic Public ReadOnly Property SupportsAlphaGouraudBlend As Boolean
C# public bool SupportsAlphaGouraudBlend { get; }
C++ public:
property bool SupportsAlphaGouraudBlend {
        bool get();
}
JScript public function get SupportsAlphaGouraudBlend() : boolean

Property Value

System.Boolean
Value that is true if the device supports an alpha component for Gouraud-blended transparency, or false if it does not.

This property is read-only. 

Remarks

In this mode, the alpha color component of a primitive is provided at vertices and interpolated across a face along with the other color components.