Version: 2022.3
言語: 日本語

Mathf.CorrelatedColorTemperatureToRGB

マニュアルに切り替える
public static Color CorrelatedColorTemperatureToRGB (float kelvin);

パラメーター

kelvin Temperature in Kelvin. Range 1000 to 40000 Kelvin.

戻り値

Color Correlated Color Temperature as floating point RGB color.

説明

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.