Image.opIndexAssign

Get a pixel of the given pixel format at a location on the image.

  1. void opIndexAssign(Pixel!Value color, size_t x, size_t y)
  2. void opIndexAssign(real[] values, size_t x, size_t y)
    class Image(V)
    void
    opIndexAssign
    (
    real[] values
    ,
    size_t x
    ,
    size_t y
    )
    if (
    isColorValue!V
    )

Meta