pub type Pixel = (u8, u8, u8);
A raw 24-bit RGB pixel sample: (r, g, b), one byte per channel.
(r, g, b)