TextureStateManager.ColorOperation Property (Microsoft.DirectX.Direct3D)

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

Definition

Visual Basic Public Property ColorOperation As TextureOperation
C# public TextureOperation ColorOperation { get; set; }
C++ public:
property TextureOperation ColorOperation {
        TextureOperation get();
        void set(TextureOperation value);
}
JScript public function get ColorOperation() : TextureOperation
public function set ColorOperation(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.Modulate, and for all other stages is TextureOperation.Disable.