You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue with font color changes on the canvas text renderer.
When changing the color from 0xffffffff to 0x000000ff, the change is applied correctly. However, (for example) when I try to change from 0xffffffb3 to 0x000000ff, while the color updates, the alpha remains at b3.
The alpha value should go from b3 to ff.
with canvas font
with msdf font
The text was updated successfully, but these errors were encountered:
I am encountering an issue with font color changes on the canvas text renderer.
When changing the color from
0xffffffff
to0x000000ff
, the change is applied correctly. However, (for example) when I try to change from0xffffffb3
to0x000000ff
, while the color updates, the alpha remains at b3.The alpha value should go from b3 to ff.
with canvas font
with msdf font
The text was updated successfully, but these errors were encountered: