Skip to main content

apply_alpha_plane

Function apply_alpha_plane 

Source
pub fn apply_alpha_plane(
    rgba: &mut [u8],
    alpha: &[u8],
) -> Result<(), DecoderError>
Expand description

Replaces the alpha channel of an RGBA image with a decoded alpha plane.