BlendCaps.SupportsInverseDestinationAlpha Property (Microsoft.DirectX.Direct3D)
Indicates that the driver supports the InvDestinationAlpha blend mode.
Definition
Visual Basic Public ReadOnly Property SupportsInverseDestinationAlpha As Boolean C# public bool SupportsInverseDestinationAlpha { get; } C++ public:
property bool SupportsInverseDestinationAlpha {
bool get();
}JScript public function get SupportsInverseDestinationAlpha() : boolean
Property Value
System.Boolean
Value that is true if the driver supports the InvDestinationAlpha blend mode, or false if it does not.This property is read-only.
Remarks
The InvDestinationAlpha blend factor is (1 - Ad, 1 - Ad, 1 - Ad, 1 - Ad), where Ad is the alpha destination value.