RenderStateManager.AlphaSourceBlend Property |
Language: |
Contains a member of the Blend enumeration that represents the source .
Visual Basic .NET Public Property AlphaSourceBlend As Blend C# public Blend AlphaSourceBlend { get; set; } Managed C++ public: __property Blend get_AlphaSourceBlend();
public: __property void set_AlphaSourceBlend(Blend);JScript .NET public function get AlphaSourceBlend() : Blend
public function set AlphaSourceBlend(Blend);
Microsoft.DirectX.Direct3D.Blend . A Blend object that represents the current blend mode or the blend mode to set.
This property is read/write.
This value is ignored unless RenderStateManager.SeparateAlphaBlendEnabled is true. The default value is Blend.One.
Feedback? Please provide us with your comments on this topic.