TextureStateManager.AlphaArgument1 Property |
Language: |
Defines the texture-stage state as the first alpha argument for the stage identified by the TextureArgument enumeration.
Visual Basic .NET Public Property AlphaArgument1 As TextureArgument C# public TextureArgument AlphaArgument1 { get; set; } Managed C++ public: __property TextureArgument get_AlphaArgument1();
public: __property void set_AlphaArgument1(TextureArgument);JScript .NET public function get AlphaArgument1() : TextureArgument
public function set AlphaArgument1(TextureArgument);
Microsoft.DirectX.Direct3D.TextureArgument . A TextureArgument object that represents the current texture arguments.
This property is read/write.
The default argument is TextureArgument.TextureColor. If no texture is set for this stage, the default argument is TextureArgument.Diffuse. 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).
Feedback? Please provide us with your comments on this topic.