Type Definition slint::Rgba8Pixel

pub type Rgba8Pixel = RGBA<u8, u8>;
Expand description

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