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)
    class Bitmap(string S, T)
    @nogc
    static if(S == "HB")
    void
    writePixel
    (
    int x
    ,
    int y
    ,
    ubyte color
    )

Meta