OwnedImage.this

Create with given initial size.

  1. this()
  2. this(int w, int h, int border, int rowAlignment, int xMultiplicity, int trailingSamples)
    class OwnedImage(COLOR)
    public nothrow @nogc nothrow @nogc
    this
    (
    int w
    ,
    int h
    ,
    int border = 0
    ,
    int rowAlignment = 1
    ,
    int xMultiplicity = 1
    ,
    int trailingSamples = 0
    )
  3. this(int w, int h, ubyte* buffer)

Meta