#include <imagemgr.h>
Public Member Functions | |
| bool | hasBlackBackground () |
Public Attributes | |
| Common::String | _name |
| Common::String | _filename |
| int | _width |
| int | _height |
| int | _depth |
| int | _prescale |
| Common::String | _filetype |
| int | _tiles |
| bool | _introOnly |
| int | _transparentIndex |
| bool | _xu4Graphic |
| ImageFixup | _fixup |
| Image * | _image |
| Common::HashMap< Common::String, SubImage * > | _subImages |
Image meta info.
| int Ultima::Ultima4::ImageInfo::_tiles |
used to scale the without bleeding colors between adjacent tiles
| bool Ultima::Ultima4::ImageInfo::_introOnly |
whether can be freed after the intro
| int Ultima::Ultima4::ImageInfo::_transparentIndex |
color index to consider transparent
| bool Ultima::Ultima4::ImageInfo::_xu4Graphic |
an original xu4 graphic not part of u4dos or the VGA upgrade
| ImageFixup Ultima::Ultima4::ImageInfo::_fixup |
a routine to do miscellaneous fixes to the image
| Image* Ultima::Ultima4::ImageInfo::_image |
the image we're describing