[][src]Function photon_rs::filters::ryo

pub fn ryo(photon_image: &mut PhotonImage)

Solarization on the Red and Blue channels.

Arguments

  • img - A PhotonImage.

Example

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