[][src]Function photon_rs::filters::neue

pub fn neue(photon_image: &mut PhotonImage)

Solarization on the Blue channel.

Arguments

  • img - A PhotonImage.

Example

photon::filters::neue(&mut img);