CommonStatesPremultipliedPremultipliedSubstractiveBlend Property |
Substractive blend for pre-multiplied alpha (used for shadows, "negative lights", etc.)
D.rgb := D.rgb * 1 - aS.rgb * 1
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 1.1.5815.1040
Syntaxpublic BlendState PremultipliedPremultipliedSubstractiveBlend { get; }
Property Value
Type:
BlendState
See Also