[][src]Function photon::conv::edge_one

pub fn edge_one(photon_image: &mut PhotonImage)

Preset edge effect.

Arguments

Example

// For example, to apply this effect:
use photon::conv;
photon::conv::edge_one(img);