RenderStateManager.BlendFactor Property (Microsoft.DirectX.Direct3D)
Retrieves or sets a Color
object to use for a constant blend factor during alpha blending.
Visual Basic Public Property BlendFactor As Color C# public Color BlendFactor { get; set; }
C++ public:
property ColorBlendFactor {
Colorget();
void set(Colorvalue);
}JScript public function get BlendFactor() : Color
public function set BlendFactor(Color);
System.Drawing.Color
This property is read/write.
A Colorobject that specifies the constant blend factor to set or retrieve.
The BlendFactor property is available if BlendCaps.SupportsBlendFactor is set in Caps.SourceBlendCaps or Caps.DestinationBlendCaps for the device.
Show: