blackhawx Posted October 4, 2018 Share Posted October 4, 2018 I use Gimp and Inkscape to design graphics and to pull hexadecimal colors out for the web. But what is the recommend color picking tool I should be looking at to get my colors converted into a proper tint value for Phaser? For example, Phaser understands the following.... Phaser.Actions.SetTint(mcurves.getChildren(), 0xc95700); But it rejects this RGBA value of (#eac957) and throws an error... Phaser.Actions.SetTint(mcurves.getChildren(), eac957ff); I desire to set the proper format for color values, but don't know how... Link to comment Share on other sites More sharing options...
blackhawx Posted October 5, 2018 Author Share Posted October 5, 2018 Not sure how I missed this initially, but it's clear now that I can place hexa color codes in-front of `0x` to get the tints I want. All good here. Link to comment Share on other sites More sharing options...
Recommended Posts