Type Definition rgb::RGBA8 [] [src]

type RGBA8 = RGBA<u8>;

Alpha is last. The crate doesn't impose which value represents transparency, but usually it's 0 = transparent, 255 = opaque.