RenderStateManager.BlendFactor Property

Language:

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

Definition

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

Property Value

System.Drawing.Color
A Color Leave Site object 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


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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