Click or drag to resize
AB4D logo

CommonStatesPremultipliedSubstractiveBlend Property

Substractive blend for pre-multiplied alpha (used for shadows, "negative lights", etc.) D.rgb := D.rgb * 1 - aS.rgb * 1

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

Property Value

BlendState
See Also