Type Alias rgb::alt::BGRA8

source ·
pub type BGRA8 = BGRA<u8>;
Expand description

8-bit BGRA

Aliased Type§

struct BGRA8 {
    pub b: u8,
    pub g: u8,
    pub r: u8,
    pub a: u8,
}

Fields§

§b: u8

Blue first

§g: u8

Green

§r: u8

Red

§a: u8

Alpha last