Hi,
Create a display text:
local t = display.newText( { text = "HI", font = 'Arial Black', fontSize = 100 }) t:setFillColor(0.956863, 0.145098, 0.282353)
And then run the simulator 2019.3504 (2019.7.22), and take a screenshot.
I found that the color is { 1.0, 0.0, 0.253 }.
When I print t._properties it looks like the values are right.
There is no other element on the display and no alpha or overlays.
What is going on?
Thanks!