self.fow = scene.add.graphics({ fillStyle: { color: 0x000000, alpha: 0.5 } }) code example
Example 1: ctx.fillstyle
ctx.fillStyle = color;
ctx.fillStyle = gradient;
ctx.fillStyle = pattern;
Example 2: fillstyle
context.fillStyle = "Green";
context.fillStyle = "#FF0000";