ViewOfPixel

Type Alias ViewOfPixel 

Source
pub type ViewOfPixel<'lt, P> = View<&'lt [<P as Pixel>::Subpixel], P>;
Expand description

Type alias for a view based on a pixel’s channels.

Aliased Type§

pub struct ViewOfPixel<'lt, P> { /* private fields */ }