ScummVM API documentation
Ultima::Ultima4::ImageInfo Class Reference

#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
 

Detailed Description

Image meta info.

Member Data Documentation

◆ _tiles

int Ultima::Ultima4::ImageInfo::_tiles

used to scale the without bleeding colors between adjacent tiles

◆ _introOnly

bool Ultima::Ultima4::ImageInfo::_introOnly

whether can be freed after the intro

◆ _transparentIndex

int Ultima::Ultima4::ImageInfo::_transparentIndex

color index to consider transparent

◆ _xu4Graphic

bool Ultima::Ultima4::ImageInfo::_xu4Graphic

an original xu4 graphic not part of u4dos or the VGA upgrade

◆ _fixup

ImageFixup Ultima::Ultima4::ImageInfo::_fixup

a routine to do miscellaneous fixes to the image

◆ _image

Image* Ultima::Ultima4::ImageInfo::_image

the image we're describing


The documentation for this class was generated from the following file: