mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-14 18:40:55 +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).