Bitmap.this

Unified CTOR tor create bitmap from preexisting data.

  1. this(int w, int h)
  2. this(T[] src, int w, int h)
    class Bitmap(string S, T)
    public @safe pure
    static if(S != "HB" && S != "QB" && S != "b")
    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)
  7. this(int w, int h)
  8. this(ubyte[] src, int w, int h)
  9. this(size_t[] src, int w, int h)

Meta