Contrast()

void Contrast(float deltaContrast)

Will stretch or reduce the contrast of the image. The parameter deltaContrast can be any float value. A value of 0.0 will not change the image at all. 
...

void Contrast(float deltaContrast)



Will stretch or reduce the contrast of the image. The parameter deltaContrast can be any float value. A value of 0.0 will not change the image at all.
A value of 0 will multiply the contrast by 1.0 (changes nothing)
A value of +1 will multiply the co... read more

< Back to previous page






follow us