Ananth Posted November 17, 2018 Share Posted November 17, 2018 How to add color wheel in phaser.And how to use it Link to comment Share on other sites More sharing options...
rex Posted November 17, 2018 Share Posted November 17, 2018 Color wheel is an array of colors created via var colors = Phaser.Display.Color.HSVColorWheel(1, 1); Here is a live demo. Link to comment Share on other sites More sharing options...
Ananth Posted November 19, 2018 Author Share Posted November 19, 2018 On 11/17/2018 at 8:01 PM, rex said: Color wheel is an array of colors created via var colors = Phaser.Display.Color.HSVColorWheel(1, 1); Here is a live demo. Thanks for your reply, Can you please explain where to add these lines of code and how to change color of sprite. Link to comment Share on other sites More sharing options...
rex Posted November 19, 2018 Share Posted November 19, 2018 HSV color wheel Set tint of sprite Link to comment Share on other sites More sharing options...
Recommended Posts