![]() |
![]() |
![]() |
BlendCaps.SupportsBothSourceAlpha Property |
Language: |
Indicates that the driver supports the SourceAlpha and InvSourceAlpha blend modes. The SupportsBothSourceAlpha blend mode is obsolete. To achieve the same effect, set the source and destination blend factors to Blend.SourceAlpha and Blend.InvSourceAlpha in separate calls.
Visual Basic .NET Public ReadOnly Property SupportsBothSourceAlpha As Boolean C# public bool SupportsBothSourceAlpha { get; } Managed C++ public: __property bool get_SupportsBothSourceAlpha(); JScript .NET public function get SupportsBothSourceAlpha() : boolean
System.Boolean . Value that is true if the driver supports the SourceAlpha and InvSourceAlpha blend modes, or false if it does not.
This property is read-only.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center