RenderStateManager.BlendFactorColor Property

Language:

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

Retrieves or sets a Color Leave Site object to use for a constant blend factor during alpha blending.

Definition

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

Property Value

System.Int32 . An Int32 Leave Site that specifies the constant blend factor to set or retrieve.

This property is read/write. 

Remarks

The BlendFactor property is available if BlendCaps.SupportsBlendFactor is set in Caps.SourceBlendCaps or Caps.DestinationBlendCaps for the device.

See Also


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

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