TextureStateManager.AlphaArgument2 Property

Language:

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

Defines the texture-stage state as the second alpha argument for the stage identified by the TextureArgument enumeration.

Definition

Visual Basic .NET Public Property AlphaArgument2 As TextureArgument
C# public TextureArgument AlphaArgument2 { get; set; }
Managed C++ public: __property TextureArgument get_AlphaArgument2();
public: __property void set_AlphaArgument2(TextureArgument);
JScript .NET public function get AlphaArgument2() : TextureArgument
public function set AlphaArgument2(TextureArgument);

Property Value

Microsoft.DirectX.Direct3D.TextureArgument . A TextureArgument object that represents the current texture arguments.

This property is read/write. 

Remarks

The default argument is TextureArgument.Current. Specify TextureArgument.Temp to select a temporary register color for read or write. TextureArgument.Temp is supported if the MiscCaps.SupportsTextureStageStateArgumentTemp device capability is present. The default value for the register is (0.0, 0.0, 0.0, 0.0).


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

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