fitness23 Posted October 4, 2016 Share Posted October 4, 2016 I need to be able to apply the black and white filter in a part of my game however the listed feature in the phaser examples only works in webgl mode and I must have the game on canvas mode due to several reasons. Is there another way? Link to comment Share on other sites More sharing options...
samme Posted October 4, 2016 Share Posted October 4, 2016 You can copy and modify a bitmap: http://codepen.io/anon/pen/qadRQV?editors=0010 . It's likely too slow to be used as a live "filter" though. Link to comment Share on other sites More sharing options...
tips4design Posted October 4, 2016 Share Posted October 4, 2016 You can use CSS and apply a grascale filter: http://www.w3schools.com/cssref/css3_pr_filter.asp Link to comment Share on other sites More sharing options...
Recommended Posts