@microsoft/fast-colors > rgbToTemperature
rgbToTemperature() function
Convert a rgb color to a color temperature
Signature:export declare function rgbToTemperature(rgb: ColorRGBA64): number;
Parameters
Parameter | Type | Description |
---|---|---|
rgb | ColorRGBA64 | the color to convert |
number
Remarks
The alpha channel of the input is ignored