Function framing::iter [] [src]

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

Iterates over the pixels of a frame sequentially.