Share via


BlendCaps.SupportsDestinationColor Property (Microsoft.DirectX.Direct3D)

Indicates that the driver supports the DestinationColor blend mode.

Definition

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

Property Value

System.Boolean
Value that is true if the driver supports the DestinationColor blend mode, or false if it does not.

This property is read-only. 

Remarks

The DestinationColor blend factor is (Rd, Gd, Bd, Ad), where R, G, B, and A respectively stand for red, green, blue, and alpha destination values.