Image.pixel

access to pixel

  1. T pixel(C[] crd)
  2. const(T) pixel(C[] crd)
    struct Image
    pure ref const
    const(T)
    pixel
    (
    T
    C
    )
    (
    in C[] crd...
    )
    if (
    isIntegral!C
    )
  3. T pixel(Vector!(N, C) crd)
  4. const(T) pixel(Vector!(N, C) crd)

Meta