pub type RgbImage<T> = Image<T, 3>;
A three-channel RGB image.
pub struct RgbImage<T> { /* private fields */ }