Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font Canvas color change not updating alpha #433

Closed
pecoram opened this issue Nov 5, 2024 · 0 comments · Fixed by #435
Closed

Font Canvas color change not updating alpha #433

pecoram opened this issue Nov 5, 2024 · 0 comments · Fixed by #435

Comments

@pecoram
Copy link
Contributor

pecoram commented Nov 5, 2024

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
image
with msdf font
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant