TextureStateManager.AlphaOperation Property

Language:

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

Defines the texture-stage state as a texture alpha-blending operation identified by the TextureOperation enumeration.

Definition

Visual Basic .NET Public Property AlphaOperation As TextureOperation
C# public TextureOperation AlphaOperation { get; set; }
Managed C++ public: __property TextureOperation get_AlphaOperation();
public: __property void set_AlphaOperation(TextureOperation);
JScript .NET public function get AlphaOperation() : TextureOperation
public function set AlphaOperation(TextureOperation);

Property Value

Microsoft.DirectX.Direct3D.TextureOperation . A TextureOperation object that represents the current texture operation.

This property is read/write. 

Remarks

The default value for the first texture stage (stage 0) is TextureOperation.SelectArg1, and for all other stages is TextureOperation.Disable.


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

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