Hi,
I’m trying to change brightness in SDL2 and there is no effect at all.
There is an example of method which I’m using:
SDL_SetWindowBrightness(window, 0.1); // there is no difference in brightness between 0.1 and 1.0
Function returns 0 – so the function is supported.
I’m also trying by this function : SDL_SetWindowGammaRamp, but result is the same.
Is here on this forum someone who can test this please: SDL_SetWindowBrightness ?
The function: SDL_SetTextureColorMod and similar functions works perfect.
So it is a serious bug related to:
http://www.raspberrypi.org/forums/viewt ... 3&t=100410
Or I haven’t installed SDL2 correctly.
