Trait image_buffer::ImageView [] [src]

pub trait ImageView<P: Color>: Index<(u32, u32), Output = P> + IndexMut<(u32, u32)> { }

A view into an image

Implementors