Image.pixel

access to pixel

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

Meta