RenderStateManager.TextureFactor Property

Language:

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

Retrieves or sets the color used for multiple-texture blending with the TextureArgument.TFactor texture blending argument or the TextureOperation.BlendFactorAlpha texture blending operation.

Definition

Visual Basic .NET Public Property TextureFactor As Integer
C# public int TextureFactor { get; set; }
Managed C++ public: __property int get_TextureFactor();
public: __property void set_TextureFactor(int);
JScript .NET public function get TextureFactor() : int
public function set TextureFactor(int);

Property Value

System.Int32 . Integer value that represents the color value to set or retrieve.

This property is read/write. 

Remarks

The default value is 0.


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

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