Type Alias PixelChannelMap

Source
pub type PixelChannelMap = _PixelChannelMap;

Aliased Type§

#[repr(C)]
pub struct PixelChannelMap { pub channel: PixelChannel, pub traits: PixelTrait, pub offset: isize, }

Fields§

§channel: PixelChannel§traits: PixelTrait§offset: isize