QImage.setPixelColor

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

Meta