Saturation()

void Saturation(float deltaSaturation)

Will convert all pixels from RGB to their HSB values, change the S (Saturation) and convert them back to RGB.

deltaSaturation can be any value bet...

void Saturation(float deltaSaturation)



Will convert all pixels from RGB to their HSB values, change the S (Saturation) and convert them back to RGB.

deltaSaturation can be any value between -1.0 and +1.0. When deltaSaturation = 0.0, nothing is changed. A deltaSaturation of 0.0 will re... read more

< Back to previous page






follow us