The final color is the result of multiply if the top color is darker, or screen if the top color is lighter.
This blend mode is equivalent to overlay but with the layers swapped.
The effect is similar to shining a harsh spotlight on the backdrop.
Available as container.blendMode = 'hard-light' after importing pixi.js/advanced-blend-modes.
The final color is the result of multiply if the top color is darker, or screen if the top color is lighter. This blend mode is equivalent to overlay but with the layers swapped. The effect is similar to shining a harsh spotlight on the backdrop.
Available as
container.blendMode = 'hard-light'
after importingpixi.js/advanced-blend-modes
.Example