[][src]Function photon::effects::solarize

pub fn solarize(photon_image: &mut PhotonImage)

Applies a solarizing effect to an image.

Arguments

Example

// For example, to colorize an image of type `PhotonImage`:
use photon::effects;
photon::effects::solarize(img);