Bitmap.writePixel

Writes the pixel at the given position.

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

Meta