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
While testing #3413 i've encountered an issue where using useFramePixels on animated sprites would incorrectly apply color transformation. This bug affects only renderTile targets.
richTrash21
changed the title
Incorrect coloring of animated sprites with useFramePixels
Incorrect coloring of animated sprites with useFramePixels on renderTileApr 12, 2025
While testing #3413 i've encountered an issue where using
useFramePixels
on animated sprites would incorrectly apply color transformation. This bug affects onlyrenderTile
targets.Here's code to reproduce this issue:
Running this code will result in this: applied color appear darker or as a mix of previous and current colors.
project_axyu_5QWcf0LkDa.mp4
The text was updated successfully, but these errors were encountered: