Imagesets gamma
Posted: Thu Feb 25, 2010 10:22
by djphilipe
It is possible change gamma of all imagesets in running aplication (For example I want change gamma of GUI by slider)?
If yes than how is the way?
Thanks
Re: Imagesets gamma
Posted: Thu Feb 25, 2010 14:29
by CrazyEddie
This is not something available in the core of CEGUI. If you're using the 0.7.x code, you can likely get something working with a RenderEffect, possibly using shaders, depending upon various unknowns. Otherwise you're looking at somehow customising the renderer modules.
CE.