RenderStateManager.BlendFactorColor Property (Microsoft.DirectX.Direct3D)

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

Definition

Visual Basic Public Property BlendFactorColor As Integer
C# public int BlendFactorColor { get; set; }
C++ public:
property int BlendFactorColor {
        int get();
        void set(int value);
}
JScript public function get BlendFactorColor() : int
public function set BlendFactorColor(int);

Property Value

System.Int32
An Int32Leave 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