display.newEmbossedText no longer supports colour table?

I was looking for a way to set the colour of the emboss and can’t seem to find anything; but I did notice that on Build 826 setting the table within the command has no effect on the colour of the text. Was this deprecated?

display.newEmbossedText("Hello World!", 0, 0, native.systemFont, 16, { 255, 255, 255 } )

(Can still set the colour normally with :setTextColor, although it seems EmbossedText is useless with anything other than white text as the emboss is always set to white. So I’d suggest either a setting for the emboss or removing text colour configuration altogether.) [import]uid: 41884 topic_id: 27014 reply_id: 327014[/import]

Hi Richard.

If you can make up a simple test case that exhibits this issue and report it here: http://developer.anscamobile.com/content/bug-submission

I will take a look into it asap for you. Please reference my name in the submission form body [import]uid: 84637 topic_id: 27014 reply_id: 109668[/import]

Submitted. I guess it may be two bugs technically (emboss color and color table) but I’m sure you’ll figure that part out :wink:

#14660 [import]uid: 41884 topic_id: 27014 reply_id: 109708[/import]

Thanks Richard, I am investigating this issue. [import]uid: 84637 topic_id: 27014 reply_id: 110155[/import]