Jump to content

Recommended tint tool for color conversions


blackhawx
 Share

Recommended Posts

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

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...