[This is preliminary documentation and is subject to change.]
The Art type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Dispose()()() |
Disposes object.
| |
| Load(String, String, MulFileAccessMode) |
Loads Art data from files.
| |
| ReadRun(Stream) |
Reads a run-type texture from current position in specified file.
| |
| ReadTile(Stream) |
Reads a TileID texture (44x44) from current position in specified file.
| |
| Save(String, String) |
Saves object to specified files.
| |
| WriteRun(Stream, Bitmap) |
Writes a run-compressed bitmap into specified file and returns structure with indexing information.
| |
| WriteTile(Stream, Bitmap) |
Writes a Tile bitmap (44x44) into specified file and returns structure with indexing information.
|