iter

Function iter 

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

Iterates over the pixels of a frame sequentially.