Help with Update Gamma
Blitz3D Forums/Blitz3D Programming/Help with Update Gamma
| ||
![]() I created a slider to set the gamma of the application but it does not work, I think that doing something wrong. |
| ||
If I remember correctly, the Gamma function was taken out of BlitzBasic and is now no longer useable I'm afraid :/ You'll have to use AmbientLight instead :/ |
| ||
Check the online manual page for SetGamma. This changes the gamma tables for the graphics card. As a result it affects the entire screen display, not just the part belonging to your application. I assume that is why Blitz restricts usage to full screen. |
| ||
oops!, thanks Floyd, and working properly, obviously only works in full screen mode and I here locally released it in debugger window. Thank you again. |