ImageCache.ImageCacheItem

Undocumented in source.

Constructors

this
this(string filename)
Undocumented in source.

Members

Functions

checkpoint
void checkpoint()

mark as not used

cleanup
void cleanup()

cleanup if unused since last checkpoint

compact
void compact()

remove from memory, will cause reload on next access

Properties

get
DrawBufRef get [@property getter]

get normal image

get
ColorTransform get [@property setter]

get color transformed image

Variables

_drawbuf
DrawBufRef _drawbuf;
Undocumented in source.
_error
bool _error;
Undocumented in source.
_filename
string _filename;
Undocumented in source.
_transformMap
DrawBufRef[ColorTransform] _transformMap;
Undocumented in source.
_used
bool _used;
Undocumented in source.

Meta