Click or drag to resize

BlendingEquation Enumeration

The operation that will be used when combining the source and destination values during blending.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum BlendingEquation
Members
  Member nameDescription
BlendEquationAdd Add source and destination colors
BlendEquationSubtract Subtract source color from destination color
BlendEquationReverseSubtract Subtract destination color from source color
BlendEquationMin Select the minimum value for each color component
BlendEquationMax Select the maximum value for each color component
See Also