TextureStateManager.AlphaOperation Property |
Language: |
Defines the texture-stage state as a texture alpha-blending operation identified by the TextureOperation enumeration.
Visual Basic Public Property AlphaOperation As TextureOperation C# public TextureOperation AlphaOperation { get; set; } C++ public:
property TextureOperation AlphaOperation {
TextureOperation get();
void set(TextureOperation value);
}JScript public function get AlphaOperation() : TextureOperation
public function set AlphaOperation(TextureOperation);
Microsoft.DirectX.Direct3D.TextureOperation
This property is read/write.
A TextureOperation object that represents the current texture operation.
The default value for the first texture stage (stage 0) is TextureOperation.SelectArg1, and for all other stages is TextureOperation.Disable.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.