pub type Input = ColorImage;
ColorImage
pub struct Input { pub pixels: Vec<u8>, pub width: usize, pub height: usize, }
pixels: Vec<u8>
width: usize
height: usize