Returns the disk number.
The disk number.
Returns the number of tiles in this set.
The number of tiles.
Returns the tile with the given index.
The index of the tile image to return.
The tile image.
Returns array with all tiles of this set.
The tiles.
Creates and returns a new canvas containing the tileset image. 16 tilesets per row.
The created canvas.
Creates and returns a tileset image data URL. 16 tiles per row.
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 of the tileset. 16 tiles per row.
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.
Generated using TypeDoc
Container for a set of tiles read from an allhtds file.