RenderStateManager.AlphaBlendOperation Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets a value to select the arithmetic operation applied to the separate for the alpha channel (also known as separate alpha blending) when the render state, RenderStateManager.SeparateAlphaBlendEnabled, is set to true.

Definition

Visual Basic .NET Public Property AlphaBlendOperation As BlendOperation
C# public BlendOperation AlphaBlendOperation { get; set; }
Managed C++ public: __property BlendOperation get_AlphaBlendOperation();
public: __property void set_AlphaBlendOperation(BlendOperation);
JScript .NET public function get AlphaBlendOperation() : BlendOperation
public function set AlphaBlendOperation(BlendOperation);

Property Value

Microsoft.DirectX.Direct3D.BlendOperation . A value of the BlendOperation enumeration that represents the blend operation to set or retrieve.

This property is read/write. 

Remarks

Valid values are defined by the BlendOperation enumeration. The default value is BlendOperation.Add.

If the MiscCaps.SupportsBlendOperation device capability is not supported, BlendOperation.Add is performed.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.