[−][src]Trait embedded_graphics_core::iterator::PixelIteratorExt
Extension trait for pixel iterators.
Required methods
pub fn draw<D>(self, target: &mut D) -> Result<(), D::Error> where
D: DrawTarget<Color = C>,
[src]
D: DrawTarget<Color = C>,
Draws the pixel iterator to a draw target.
pub fn translate(self, offset: Point) -> Translate<Self>ⓘ
[src]
Returns a translated version of the iterator.
Implementors
impl<I, C> PixelIteratorExt<C> for I where
C: PixelColor,
I: Iterator<Item = Pixel<C>>,
[src]
C: PixelColor,
I: Iterator<Item = Pixel<C>>,