BlendMode.this

Construct the blend mode given the factors and equation.

This constructor uses the same factors and equation for both color and alpha components. It also defaults to the Add equation.

Parameters

sourceFactor Factor

Specifies how to compute the source factor for the color and alpha channels

destinationFactor Factor

Specifies how to compute the destination factor for the color and alpha channels

blendEquation Equation

Specifies how to combine the source and destination colors and alpha

Meta