[][src]Function photon::conv::emboss

pub fn emboss(photon_image: &mut PhotonImage)

Apply an emboss effect to an image.

Arguments

Example

// For example, to apply an emboss effect:
use photon::conv;
photon::conv::emboss(img);