[][src]Function photon::monochrome::sepia

pub fn sepia(photon_image: &mut PhotonImage)

Convert an image to sepia.

Arguments

Example

// For example, to tint an image of type `PhotonImage`:
use photon::monochrome;
monochrome::sepia(&mut img);