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