Otclient
14/8/2020
|
#include <apngloader.h>
Public Attributes | |
unsigned char * | pdata |
unsigned int | width |
unsigned int | height |
unsigned int | first_frame |
unsigned int | last_frame |
unsigned char | bpp |
unsigned char | coltype |
unsigned int | num_frames |
unsigned int | num_plays |
unsigned short * | frames_delay |
Definition at line 28 of file apngloader.h.
unsigned char apng_data::bpp |
Definition at line 34 of file apngloader.h.
unsigned char apng_data::coltype |
Definition at line 35 of file apngloader.h.
unsigned int apng_data::first_frame |
Definition at line 32 of file apngloader.h.
unsigned short* apng_data::frames_delay |
Definition at line 38 of file apngloader.h.
unsigned int apng_data::height |
Definition at line 31 of file apngloader.h.
unsigned int apng_data::last_frame |
Definition at line 33 of file apngloader.h.
unsigned int apng_data::num_frames |
Definition at line 36 of file apngloader.h.
unsigned int apng_data::num_plays |
Definition at line 37 of file apngloader.h.
unsigned char* apng_data::pdata |
Definition at line 29 of file apngloader.h.
unsigned int apng_data::width |
Definition at line 30 of file apngloader.h.