mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-04 01:13:38 +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).