Type Alias image::image::DerefPixel

source ·
type DerefPixel<I> = <<I as Deref>::Target as GenericImageView>::Pixel;
Expand description

Alias to access Pixel behind a reference