Brightness()

void Brightness(float deltaBrightness)

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

deltaBrightness can be any float val...

void Brightness(float deltaBrightness)



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

deltaBrightness can be any float value. When deltaBrightness = 0.0 nothing is changed.

Note that increasing the brightness will not r... read more

< Back to previous page






follow us