pub type ChannelMap<Pix, Sub> = <Pix as WithChannel<Sub>>::Pixel;
Expand description
Alias to make uses of WithChannel
less syntactically noisy.
pub type ChannelMap<Pix, Sub> = <Pix as WithChannel<Sub>>::Pixel;
Alias to make uses of WithChannel
less syntactically noisy.