SubPixmap.xferTo

Blends the pixels of this subimage into a target image.

The target MUST have the same size.

  1. void xferTo(SubPixmap target)
  2. void xferTo(SubPixmap target, Blend blend)
    struct SubPixmap
    @safe pure nothrow @safe pure nothrow @nogc const
    void
    xferTo

See Also

Usually you’ll want to use extractToPixmap or drawPixmap instead.

Meta