Bitmap.writePixel

Writes the pixel at the given position.

  1. void writePixel(int x, int y, T color)
  2. void writePixel(int x, int y, ubyte color)
  3. bool writePixel(int x, int y, bool val)
    class Bitmap(string S, T)
    @nogc @trusted pure
    static if(!(S != "HB" && S != "QB" && S != "b"))
    static if(!(S == "HB"))
    static if(S == "b")
    bool
    writePixel
    (
    int x
    ,
    int y
    ,
    bool val
    )

Meta