ImageCache.get - multiple declarations

Function ImageCache.get

get and cache image

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

Function ImageCache.get

get and cache color transformed image

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