The final color has the luminosity of the top color, while using the hue and saturation of the bottom color.
This blend mode is equivalent to color, but with the layers swapped.
Available as container.blendMode = 'luminosity' after importing pixi.js/advanced-blend-modes.
The final color has the luminosity of the top color, while using the hue and saturation of the bottom color. This blend mode is equivalent to color, but with the layers swapped.
Available as
container.blendMode = 'luminosity'
after importingpixi.js/advanced-blend-modes
.Example