Otclient  14/8/2020
apng_data Struct Reference

#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
 

Detailed Description

Definition at line 28 of file apngloader.h.

Member Data Documentation

◆ bpp

unsigned char apng_data::bpp

Definition at line 34 of file apngloader.h.

◆ coltype

unsigned char apng_data::coltype

Definition at line 35 of file apngloader.h.

◆ first_frame

unsigned int apng_data::first_frame

Definition at line 32 of file apngloader.h.

◆ frames_delay

unsigned short* apng_data::frames_delay

Definition at line 38 of file apngloader.h.

◆ height

unsigned int apng_data::height

Definition at line 31 of file apngloader.h.

◆ last_frame

unsigned int apng_data::last_frame

Definition at line 33 of file apngloader.h.

◆ num_frames

unsigned int apng_data::num_frames

Definition at line 36 of file apngloader.h.

◆ num_plays

unsigned int apng_data::num_plays

Definition at line 37 of file apngloader.h.

◆ pdata

unsigned char* apng_data::pdata

Definition at line 29 of file apngloader.h.

◆ width

unsigned int apng_data::width

Definition at line 30 of file apngloader.h.


The documentation for this struct was generated from the following file: