The final color is the result of inverting the bottom color, dividing the value by the top color,
and inverting that value. A white foreground leads to no change.
A foreground with the inverse color of the backdrop leads to a black final image.
This blend mode is similar to multiply, but the foreground need only be as dark as the inverse
of the backdrop to make the final image black.
Available as container.blendMode = 'color-burn' after importing pixi.js/advanced-blend-modes.
The final color is the result of inverting the bottom color, dividing the value by the top color, and inverting that value. A white foreground leads to no change. A foreground with the inverse color of the backdrop leads to a black final image. This blend mode is similar to multiply, but the foreground need only be as dark as the inverse of the backdrop to make the final image black.
Available as
container.blendMode = 'color-burn'
after importingpixi.js/advanced-blend-modes
.Example