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