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