[−][src]Trait embedded_layout::prelude::IntoPixelIter
Conversion into an iterator over the pixels of the image.
Associated Types
type PixelIterator: Iterator
Iterator over pixels in the image
Required methods
fn pixel_iter(self) -> Self::PixelIterator
Get an iterator over the pixels of the image
Implementations on Foreign Types
impl<'a, 'b, C, BO> IntoPixelIter<C> for &'a ImageRaw<'b, C, BO> where
BO: ByteOrder,
C: PixelColor + From<<C as PixelColor>::Raw>,
RawDataIter<'b, <C as PixelColor>::Raw, BO>: Iterator,
<RawDataIter<'b, <C as PixelColor>::Raw, BO> as Iterator>::Item == <C as PixelColor>::Raw,
[src]
BO: ByteOrder,
C: PixelColor + From<<C as PixelColor>::Raw>,
RawDataIter<'b, <C as PixelColor>::Raw, BO>: Iterator,
<RawDataIter<'b, <C as PixelColor>::Raw, BO> as Iterator>::Item == <C as PixelColor>::Raw,
type PixelIterator = ImageRawIterator<'a, 'b, C, BO>
fn pixel_iter(
self
) -> <&'a ImageRaw<'b, C, BO> as IntoPixelIter<C>>::PixelIterator
[src]
self
) -> <&'a ImageRaw<'b, C, BO> as IntoPixelIter<C>>::PixelIterator