culori
culori copied to clipboard
Implement gamut mapping
Adds the following methods (names subject to change):
inGamut(space)— check that the color is in the gamut ofspace; fixes #161.toGamut(space)— get the closest color that's in gamut forspace, based on css-color-4 gamut mapping algoclampGamut(space)— likeclampRgb()but for any RGB space.