QImage.setPixel

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void setPixel(int x, int y, uint index_or_rgb)
  2. void setPixel(const(QPoint) pt, uint index_or_rgb)
    struct QImage
    pragma(inline, true)
    void
    setPixel
    (
    ref const(QPoint) pt
    ,)

Meta