manuel.gysin Posted April 27, 2013 Posted April 27, 2013 Hello If the gamma is changed this will affect the desktop and all other applications. This is annoying to the end user and should be changed to only adjust the gamma for the engine itself. Greets Manuel
manuel.gysin Posted May 25, 2013 Author Posted May 25, 2013 Any information about this? Is it at all possible?
frustum Posted May 26, 2013 Posted May 26, 2013 You can change rendering gamma value via engine.render.setColorGamma() function.
manuel.gysin Posted May 29, 2013 Author Posted May 29, 2013 You can change rendering gamma value via engine.render.setColorGamma() function. Hello Frustum Thanks for the hint! There is only one problem left, all GUI-Elements are not affected by this gamma change. I looked through the documentation and could not found a suitable function for the GUI-Elements. Greets
frustum Posted August 24, 2013 Posted August 24, 2013 I don't think that it's possible to change the gamma ramp on per-window basis. The only way is to create custom App plugin which will perform final gamma correction.
Recommended Posts