Bitmap.this

Creates a bitmap from an array.

  1. this(int x, int y, Color* palettePtr)
  2. this(ubyte[] p, int x, int y, Color* palettePtr)
  3. this(int x, int y, Color* palettePtr)
  4. this(ubyte[] p, int x, int y, Color* palettePtr)
  5. this(int x, int y)
  6. this(ushort[] p, int x, int y)
  7. this(int x, int y)
  8. this(Color[] p, int x, int y)
    class Bitmap(string S, T)
    static if(!(S == "HB"))
    static if(!(S == "B"))
    static if(!(S == "HW"))
    static if(S == "W")
    this
    (
    Color[] p
    ,
    int x
    ,
    int y
    )

Meta