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
Right now, when using indexed color in Aseprite, we only support the color at index zero being the transparent color. That's the default, but it's user-configurable.
Technically, this fix needs to happen in ase-parser and then aseprite-loader, but I'm tracking it here.
Right now, when using indexed color in Aseprite, we only support the color at index zero being the transparent color. That's the default, but it's user-configurable.
Technically, this fix needs to happen in ase-parser and then aseprite-loader, but I'm tracking it here.
The indexed color transparent index is stored in the header: https://github.com/aseprite/aseprite/blob/master/docs/ase-file-specs.md
The text was updated successfully, but these errors were encountered: