may be 24-bit RGB (#XXXXXX), 12-bit RGB (#XXX), 32-bit RGBA, (#XXXXXXXX), or 16-bit RGBA (#XXXX). Alpha channel is ignored.
Optional rgbSpace: RGBSpace = SRGBOptional digits: number = 1is the number of digits after the decimal point. Must be non-negative integer. Note that the units digit of the hue prefix is assumed to be already after the decimal point.
Optional threshold: number = 1e-6Optional maxIteration: number = 200Optional ifReachMax: ProcType = 'error'Optional factor: number = 0.5Munsell Color code
Generated using TypeDoc
Converts hex color to Munsell Color string. Whether this conversion succeeds or not depends on the parameters though the following behavior is guaranteed and tested on Node.js:
If the optional parameters except
digitshave default values,hexToMunsell()successfully returns a Munsell Color string beforemaxIteration.See
lchabToMhvc