Click or drag to resize
CommonStatesPremultipliedPremultipliedSubstractiveBlend 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: 1.1.5815.1040
Syntax
C#
public BlendState PremultipliedPremultipliedSubstractiveBlend { get; }

Property Value

Type: BlendState
See Also