Bitmap.this

Creates a bitmap from an array.

  1. this(int w, int h)
  2. this(T[] src, int w, int h)
  3. this(int w, int h)
  4. this(ubyte[] p, int w, int h)
  5. this(int w, int h)
  6. this(ubyte[] p, int w, int h)
    class Bitmap(string S, T)
    @safe pure
    static if(!(S != "HB" && S != "QB" && S != "b"))
    static if(!(S == "HB"))
    static if(S == "QB")
    this
    (
    ubyte[] p
    ,
    int w
    ,
    int h
    )
  7. this(int w, int h)
  8. this(ubyte[] src, int w, int h)
  9. this(size_t[] src, int w, int h)

Meta