BlendingFactor

The following constants can be used for sfactor and dfactor. The formula for the blending color can be described like this: color(RGBA) = (sourceColor * sfactor) + (destinationColor * dfactor). The RBGA values are between 0 and 1.

Core Enumeration

The following constants can be used for sfactor and dfactor. The formula for the blending color can be described like this: color(RGBA) = (sourceColor * sfactor) + (destinationColor * dfactor). The RBGA values are between 0 and 1.

Enumeration Members

Zero: 0
One: 1
SrcColor: 768
OneMinusSrcColor: 769
SrcAlphaFactor: 770
OneMinusSrcAlpha: 771
DstAlpha: 772
OneMinusDstAlpha: 773
DstColor: 774
OneMinusDstColor: 775