Pixmap.scan

Accesses the pixel at the requested position within the pixmap data.

  1. inout(Pixel) scan(Point pos)
    struct Pixmap
    @safe pure nothrow @safe pure nothrow @nogc ref inout
    inout(Pixel)
    scan
  2. inout(Pixel)[] scan(Point pos, int n)

Meta