ProtoFlux:Black Body ColorX: Difference between revisions

From Resonite Wiki
m Fix error, source table has 100 Kelvin granularity, not 1000
Fixed node visual.
 
Line 5: Line 5:
|Inputs=
|Inputs=
[
[
{"Name":"Temperature", "Type":"Float"}
{"Name":"Temperature", "Type":"float"}
]
]
|Outputs=
|Outputs=

Latest revision as of 13:52, 3 July 2024

Black Body Color X
Temperature
*
Colors

Black Body Color X returns a color value of the light emitted by an ideal black body radiator. This can be used to calculate appropriate values for various color temperatures.

This node can convert color values in the range 1000 - 40000 Kelvin. Values outside this range are clamped.

The implementation in Resonite appears to use this table as a source of values. For values more granular than 100 Kelvin, the node interpolates linearly between the closest two values.

Inputs

Temperature (Float)

The temperature, in Kelvin, to calculate the resulting color for.

Outputs

* (ColorX)

The color value of the given color temperature.