Phaser 3 blend modes are not working

normal ,multiply and screen are working nice in canvas and wegl

but
// OVERLAY
// DARKEN
// LIGHTEN
// COLOR_DODGE
// COLOR_BURN
// HARD_LIGHT
// SOFT_LIGHT
// DIFFERENCE
// EXCLUSION
// HUE
// SATURATION
// COLOR
// LUMINOSITY
are not working i use canvas type in my config
and using Phaser 3.50

but in this https://phaser.io/examples/v3/view/display/blend-modes/overlay example its working i don’t know what i did wrong

Look in your browser console. Does it show Canvas or WebGL?

1 Like

yes now its working