#include <animation.h>
Animation structure
Definition at line 83 of file animation.h.
The background color
Definition at line 91 of file animation.h.
Pointer to the animation frame.
Definition at line 101 of file animation.h.
unsigned int height |
The height of the animation.
Definition at line 88 of file animation.h.
int nr_frames |
The number of all frames.
Definition at line 94 of file animation.h.
int time_unit |
The unit of the time will be used count the delay time of every frame. The default is 1, equal to 10ms.
Definition at line 99 of file animation.h.
unsigned int width |
The width of the animation.
Definition at line 86 of file animation.h.