Class ImageCache

decoded raster images cache (png, jpeg) -- access by filenames

class ImageCache;

Constructors

NameDescription
this ()

Fields

NameTypeDescription
_map ImageCache.ImageCacheItem[string]

Methods

NameDescription
checkpoint ()
cleanup ()
get (filename) get and cache image
get (filename, transform) get and cache color transformed image

Inner classes

NameDescription
ImageCacheItem

Aliases

NameDescription
~this