Type Definition sixtyfps::Rgb8Pixel[]

pub type Rgb8Pixel = RGB<u8>;
Expand description

Convenience alias for a pixel with three color channels (red, green and blue), each encoded as u8.