[][src]Function photon::effects::inc_brightness

pub fn inc_brightness(photon_image: &mut PhotonImage, brightness: u8)

Increase the brightness of an image by a factor.

Arguments

Example

photon::effects::inc_brightness(img, 10);