The final color has the saturation of the top color, while using the hue and luminosity of the bottom color.
A pure gray backdrop, having no saturation, will have no effect.
Available as container.blendMode = 'saturation' after importing pixi.js/advanced-blend-modes.
The final color has the saturation of the top color, while using the hue and luminosity of the bottom color. A pure gray backdrop, having no saturation, will have no effect.
Available as
container.blendMode = 'saturation'
after importingpixi.js/advanced-blend-modes
.Example