pub type LabAlphaMap<T> = ColourMap<LabAlpha<T>, T, 4>;
CIE Lab* colour map with alpha channel.
pub struct LabAlphaMap<T> { /* private fields */ }