Changing the color temperature of everything on the screen

Heyho,

what i try to do is to change the color temperature of a scene during runtime.
like for example change it from 6.3k Kelvin to 4.5k Kelvin

similar to F.Lux .

any ideas how to approach something like that?

please excuse my bad english, i’m not a native speaker.

looking forward to your answers!

1 Like

While I think it is a bad idea to do something like this for games, you can take a look at builtin color correction postprocessing filter. It requires Pro license however. If you don’t have that then you need to be creative and write scripts to change light and material properties in your scene to achieve the wanted color spectrum shift.

A great question, and I am surprised you havent received a better answer.