Class ImageCache.ImageCacheItem
class ImageCacheItem;
Constructors
| Name | Description |
|---|---|
this
(filename)
|
Fields
| Name | Type | Description |
|---|---|---|
_drawbuf
|
Ref!(dcanvas.graphics.drawbuf.DrawBuf) | |
_error
|
bool | |
_filename
|
string | |
_transformMap
|
Ref!(dcanvas.graphics.drawbuf.DrawBuf)[ColorTransform] | |
_used
|
bool |
Properties
| Name | Type | Description |
|---|---|---|
get[get]
|
Ref!(dcanvas.graphics.drawbuf.DrawBuf) | get normal image |
get[set]
|
Ref!(dcanvas.graphics.drawbuf.DrawBuf) | get color transformed image |
Methods
| Name | Description |
|---|---|
checkpoint
()
|
mark as not used |
cleanup
()
|
cleanup if unused since last checkpoint |
compact
()
|
remove from memory, will cause reload on next access |
Aliases
| Name | Description |
|---|---|
~this
|