Click or drag to resize

SceneBlendFactor Enumeration

Blend factors, which modulate values for the pixel shader and render target.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum SceneBlendFactor
Members
  Member nameValueDescription
One0
Zero1
DestinationColor2
SourceColor3
OneMinusDestColor4
OneMinusSourceColor5
DestinationAlpha6
SourceAlpha7
OneMinusDestinationAlpha8
OneMinusSourceAlpha9
See Also