[−][src]Function pconvert_rust::blending::multiply_image
pub fn multiply_image(img: &mut ImageBuffer<Rgba<u8>, Vec<u8>>)
Multiplies an image buffer, running the opposite operation over the complete set of pixels in the image buffer.
Arguments
img- The image buffer to multiply.