Bitmap.this

Creates a bitmap from an array. DEPRECATED!

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

Meta