A struct representing a series of frames (SDL_Surface) in an animation.
w | An integer that represents the width, in pixels, of the animation. |
h | An integer that represents the height, in pixels, of the animation. |
count | An integer that represents the number of frames in the animation. |
frames | A pointer to an array of SDL_Surface pointers with length of count. |
delays | A pointer to an array of integers that represent the time in milliseconds each frame should be displayed. Has length of count. |
Currently only animated GIFs are supported.
This struct is available since SDL_image ?.?.?.