Type Definition sixtyfps_corelib::graphics::Rgb8Pixel[][src]

pub type Rgb8Pixel = RGB8;
Expand description

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