@microsoft/fast-colors > xyzToRGB
xyzToRGB() function
Converts a ColorXYZ to a ColorRGBA64
Signature:export declare function xyzToRGB(xyz: ColorXYZ, alpha?: number): ColorRGBA64;
Parameters
Parameter | Type | Description |
---|---|---|
xyz | ColorXYZ | the xyz color to convert |
alpha | number | the alpha value |
Remarks
Note that the xyz color space is significantly larger than sRGB. As such, this can return colors rgb values greater than 1 or less than 0