Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Mathf.CorrelatedColorTemperatureToRGB

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function CorrelatedColorTemperatureToRGB(kelvin: float): Color;
public static Color CorrelatedColorTemperatureToRGB(float kelvin);

Parameters

kelvin Temperature in Kelvin. Range 1000 to 40000 Kelvin.

Returns

Color Correlated Color Temperature as floating point RGB color.

Description

Convert a color temperature in Kelvin to RGB color.

Given a correlated color temperature (in Kelvin), estimate the RGB equivalent. Curve fit error is max 0.008.

Correlated color temperature is defined as the color temperature of the electromagnetic radiation emitted from an ideal black body with its surface temperature given in degrees Kelvin.

Temperature must fall between 1000 and 40000 degrees.

Did you find this page useful? Please give it a rating: