Function framing::iter [] [src]

pub fn iter<'a, T>(
    frame: &'a T
) -> impl Iterator<Item = (usize, usize, T::Pixel)> where
    T: Image + Sync,
    T::Pixel: Send

Iterates over the pixels of a frame sequentially.