Pixmap.this

  1. this(Size size)
  2. this(int width, int height)
  3. this(inout(Pixel)[] data, int width)
    struct Pixmap
    @safe pure nothrow inout @nogc
    this
    (
    inout(Pixel)[] data
    ,
    int width
    )

Meta