Returns the number of sprites.
The number of sprites.
Returns the sprite image with the given index.
The index of the sprite.
The sprite image.
Returns array with all sprite images.
The sprite images.
Creates and returns a new canvas containing all the sprites.
The created canvas.
Creates and returns an image data URL of an image with all sprites.
Optional image mime type. Defaults to image/png.
Optional additional encoder parameters. For image/jpeg this is the image quality between 0 and 1 with a default value of 0.92.
The created data URL.
Creates and returns a HTML image with all sprites.
Optional image mime type. Defaults to image/png.
Optional additional encoder parameters. For image/jpeg this is the image quality between 0 and 1 with a default value of 0.92.
The created HTML image.
Parses sprites from the given arrays and returns it.
The image data array with the ico0_9.wlf file content to parse.
The transparency mask array with the masks.wlf file content to parse.
The parsed sprites.
Reads sprites from the given blobs and returns it.
The IC0_9.WLF blob to read.
The read sprites.
Generated using TypeDoc
Container for the 10 sprites defined in the ic0_9.wlf and masks.wlf files.