Click or drag to resize
AB4D logo

CommonStatesPremultipliedAlphaBlend Property

Alpha blend used for pre-multiplied alpha (used for normal translucent objects, opaque sprites w/ alpha mask, etc.) D.rgb := aS.rgb * 1 + D.rgb * ( 1 - S.a )

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public BlendState PremultipliedAlphaBlend { get; }

Property Value

BlendState
See Also