Function nannou::image::imageops::colorops::invert[][src]

pub fn invert<I>(image: &mut I) where
    I: GenericImage

Invert each pixel within the supplied image. This function operates in place.