Conversion.uvToCCT
Static Method in Conversion
Declaration
public static float uvToCCT(float u, float v)Description
Converts uv chromaticity coordinates to CCT temperature in Kelvin.
Parameters
| u | The u-axis chromaticity coordinate of the color in the range [0..1]. |
| v | The v-axis chromaticity coordinate of the color in the range [0..1]. |
Returns
| float | The converted CCT temperature in Kelvin. |