Image.opIndex

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

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

Meta