ImageCache.get - multiple declarations

Function ImageCache.get

get and cache image

Prototype

ref Ref!(dlangui.graphics.drawbuf.DrawBuf) get(
  string filename
);

Function ImageCache.get

get and cache color transformed image

Prototype

ref Ref!(dlangui.graphics.drawbuf.DrawBuf) get(
  string filename,
  ref ColorTransform transform
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0