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