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