TextureStateManager.ColorOperation Property |
Language: |
Defines the texture-stage state as a texture color-blending operation identified by the TextureOperation enumeration.
Visual Basic .NET Public Property ColorOperation As TextureOperation C# public TextureOperation ColorOperation { get; set; } Managed C++ public: __property TextureOperation get_ColorOperation();
public: __property void set_ColorOperation(TextureOperation);JScript .NET public function get ColorOperation() : TextureOperation
public function set ColorOperation(TextureOperation);
Microsoft.DirectX.Direct3D.TextureOperation . A TextureOperation object that represents the current texture operation.
This property is read/write.
The default value for the first texture stage (stage 0) is TextureOperation.Modulate, and for all other stages is TextureOperation.Disable.
Feedback? Please provide us with your comments on this topic.