culori icon indicating copy to clipboard operation
culori copied to clipboard

Implement gamut mapping

Open danburzo opened this issue 3 years ago • 0 comments

Adds the following methods (names subject to change):

  • inGamut(space) — check that the color is in the gamut of space; fixes #161.
  • toGamut(space) — get the closest color that's in gamut for space, based on css-color-4 gamut mapping algo
  • clampGamut(space) — like clampRgb() but for any RGB space.

danburzo avatar Mar 26 '22 19:03 danburzo