Type Definition lodepng::RGBA [] [src]

type RGBA = RGBA<u8, u8>;

8-bit RGBA, alpha is last

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