Luminance()

void Luminance(float deltaLuminance)

Will increase/decrease the luminance of all pixels (exposure). deltaLuminance can be any value between -1.0 (make entire image black) and +1.0 (make en...

void Luminance(float deltaLuminance)



Will increase/decrease the luminance of all pixels (exposure). deltaLuminance can be any value between -1.0 (make entire image black) and +1.0 (make entire image white). A value of 0.0 will result in no change at all.

In essence it does this:
read more

< Back to previous page






follow us