Answers for "unity temperature to colour"

C#
1

unity temperature to colour

// if you want to colour an object due to its temperature

Mathf.CorrelatedColorTemperatureToRGB(float Kelvin); // 1000 - 40000K
Posted by: Guest on February-08-2022

C# Answers by Framework

Browse Popular Code Answers by Language