BlendMode.this

Construct the blend mode given the factors and equation.

  1. this(Factor sourceFactor, Factor destinationFactor, Equation blendEquation)
  2. this(Factor colorSourceFactor, Factor colorDestinationFactor, Equation colorBlendEquation, Factor alphaSourceFactor, Factor alphaDestinationFactor, Equation alphaBlendEquation)

Parameters

colorSourceFactor Factor

Specifies how to compute the source factor for the color channels

colorDestinationFactor Factor

Specifies how to compute the destination factor for the color channels

colorBlendEquation Equation

Specifies how to combine the source and destination colors

alphaSourceFactor Factor

Specifies how to compute the source factor

alphaDestinationFactor Factor

Specifies how to compute the destination factor

alphaBlendEquation Equation

Specifies how to combine the source and destination alphas

Meta