apngasm
 All Classes Namespaces Functions Variables
apngasm::APNGFrame Member List

This is the complete list of members for apngasm::APNGFrame, including all inherited members.

_colorType (defined in apngasm::APNGFrame)apngasm::APNGFrame
_delayDen (defined in apngasm::APNGFrame)apngasm::APNGFrame
_delayNum (defined in apngasm::APNGFrame)apngasm::APNGFrame
_height (defined in apngasm::APNGFrame)apngasm::APNGFrame
_palette (defined in apngasm::APNGFrame)apngasm::APNGFrame
_paletteSize (defined in apngasm::APNGFrame)apngasm::APNGFrame
_pixels (defined in apngasm::APNGFrame)apngasm::APNGFrame
_rows (defined in apngasm::APNGFrame)apngasm::APNGFrame
_transparency (defined in apngasm::APNGFrame)apngasm::APNGFrame
_transparencySize (defined in apngasm::APNGFrame)apngasm::APNGFrame
_width (defined in apngasm::APNGFrame)apngasm::APNGFrame
APNGFrame()apngasm::APNGFrame
APNGFrame(const std::string &filePath, unsigned delayNum=DEFAULT_FRAME_NUMERATOR, unsigned delayDen=DEFAULT_FRAME_DENOMINATOR)apngasm::APNGFrame
APNGFrame(rgb *pixels, unsigned int width, unsigned int height, unsigned delayNum=DEFAULT_FRAME_NUMERATOR, unsigned delayDen=DEFAULT_FRAME_DENOMINATOR)apngasm::APNGFrame
APNGFrame(rgb *pixels, unsigned int width, unsigned int height, rgb *trns_color=NULL, unsigned delayNum=DEFAULT_FRAME_NUMERATOR, unsigned delayDen=DEFAULT_FRAME_DENOMINATOR)apngasm::APNGFrame
APNGFrame(rgba *pixels, unsigned int width, unsigned int height, unsigned delayNum=DEFAULT_FRAME_NUMERATOR, unsigned delayDen=DEFAULT_FRAME_DENOMINATOR)apngasm::APNGFrame
colorType(unsigned char setColorType=255) (defined in apngasm::APNGFrame)apngasm::APNGFrame
delayDen(unsigned int setDelayDen=0) (defined in apngasm::APNGFrame)apngasm::APNGFrame
delayNum(unsigned int setDelayNum=0) (defined in apngasm::APNGFrame)apngasm::APNGFrame
height(unsigned int setHeight=0) (defined in apngasm::APNGFrame)apngasm::APNGFrame
palette(rgb *setPalette=NULL) (defined in apngasm::APNGFrame)apngasm::APNGFrame
paletteSize(int setPaletteSize=0) (defined in apngasm::APNGFrame)apngasm::APNGFrame
pixels(unsigned char *setPixels=NULL) (defined in apngasm::APNGFrame)apngasm::APNGFrame
rows(unsigned char **setRows=NULL) (defined in apngasm::APNGFrame)apngasm::APNGFrame
save(const std::string &outPath) const apngasm::APNGFrame
transparency(unsigned char *setTransparency=NULL) (defined in apngasm::APNGFrame)apngasm::APNGFrame
transparencySize(int setTransparencySize=0) (defined in apngasm::APNGFrame)apngasm::APNGFrame
width(unsigned int setWidth=0) (defined in apngasm::APNGFrame)apngasm::APNGFrame