Img.setPixel

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void setPixel(size_t x, size_t y, Pixel p)
  2. void setPixel(size_t x, size_t y, const(ubyte[]) data)
    class Img(Px F)
    void
    setPixel
    (
    size_t x
    ,
    size_t y
    ,
    const(ubyte[]) data
    )

Meta