Image.pixel

access to pixel

  1. T pixel(C[Z] crd)
  2. const(T) pixel(C[Z] crd)
    struct Image(size_t N)
    pure ref const
    const(T)
    pixel
    (
    T
    C
    size_t Z
    )
    (
    in C[Z] crd...
    )
    if (
    isIntegral!C &&
    Z == N
    )
    if (
    N > 0
    )

Meta