samedi 6 août 2016

adjusting intensity of image filter using slider in iOS [on hold]

I need to apply a filter on image that filter boosts the value of red colour in the image. it boosts it by multiplying the red value of each pixel in a factor. I need to control the amplification factor using slide bar

@IBAction func onSlider(sender: UISlider) {

    let int = Slider.value

}

Aucun commentaire:

Enregistrer un commentaire