Function repng::meta::palette_alpha [] [src]

pub fn palette_alpha<W: Write, F>(
    enc: &mut Encoder<W, F>,
    rgba: &[u8]
) -> Result<()>

The same as palette, but with RGBA (4 bytes) instead of RGB (3 bytes).