mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
Modified its implementation to use std::vector<> instead of a raw C array[]. Now the number of colors in the sprite is more relevant (e.g. we should be able to create sprites of 4bpp, 16 colors).