Functions | |
| u16 | PA_GetGifWidth (void *gif) |
| Get a Gif's width in pixels | |
| u16 | PA_GetGifHeight (void *gif) |
| Get a Gif's height in pixels | |
| void | PA_LoadGif (u8 screen, void *gif) |
| Load a Gif on a 16 bit background... Don't forget to Init the background ! | |
| void | PA_GifAnimSpeed (float speed) |
| Set the gif's speed | |
| void | PA_GifAnimStop (void) |
| Stop a Gif animation | |
| void | PA_GifAnimPause (void) |
| Pause a Gif animation | |
| s32 | PA_GifGetFrame (void) |
| Return's the gif's current frame | |
|
|
Get a Gif's height in pixels
|
|
|
Get a Gif's width in pixels
|
|
|
Pause a Gif animation
|
|
|
Set the gif's speed
|
|
|
Stop a Gif animation
|
|
|
Return's the gif's current frame
|
|
||||||||||||
|
Load a Gif on a 16 bit background... Don't forget to Init the background !
|
1.3.9.1