TextureOperationCaps.SupportsBlendDiffuseAlpha Property (Microsoft.DirectX.Direct3D)
Specifies whether the TextureOperation.BlendDiffuseAlpha texture blending operation is supported.
Definition
Visual Basic Public ReadOnly Property SupportsBlendDiffuseAlpha As Boolean C# public bool SupportsBlendDiffuseAlpha { get; } C++ public:
property bool SupportsBlendDiffuseAlpha {
bool get();
}JScript public function get SupportsBlendDiffuseAlpha() : boolean
Property Value
System.Boolean
Value that is true if TextureOperation.BlendDiffuseAlpha is supported, or false if it is not.This property is read-only.
See Also