ImageCache.ImageCacheItem.get - multiple declarations

Function ImageCache.ImageCacheItem.get

get normal image

Prototype

ref Ref!(dlangui.graphics.drawbuf.DrawBuf) get() @property;

Function ImageCache.ImageCacheItem.get

get color transformed image

Prototype

ref Ref!(dlangui.graphics.drawbuf.DrawBuf) get(
  ref ColorTransform transform
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0