Temperature To Color
PureTemperatureToColorConverts a color temperature in Kelvin to an RGB color using the Planckian locus approximation.
Type: Pure (no side effects)
Category: Fortuna|Color & Visual
Keywords: color & visual
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Kelvin | float | — | Kelvin parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FLinearColor | ReturnValue output |
Example Use Cases
Example 1
Simulate different lighting conditions (candlelight=1900K, daylight=6500K).
Example 2
Day/night cycle sky color.