|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public BlendState PremultipliedAlphaBlend { get; }
Property Value
BlendStateSee Also