[][src]Function photon_rs::effects::inc_brightness

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

Increase the brightness of an image by a factor.

Arguments

  • img - A PhotonImage that contains a view into the image.
  • brightness - A u8 to add to the brightness.

Example

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