mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 12:32:52 +00:00
ee878c87e9
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).