oddbird / oddcontrast

https://www.oddcontrast.com/
BSD 3-Clause "New" or "Revised" License
28 stars 1 forks source link

I want a better way to handle "color out of gamut" situations #102

Open stacyk opened 1 year ago

stacyk commented 1 year ago

examples:

  1. when in oklch, show the hsl value above 100% saturation or lightness instead of stopping at 100%
  2. Can we show any useful gamut boundaries on the sliders themselves (see eg the chrome dev tools)?
  3. Is there a way to have an option to "jump to" the closest in-gamut color, with the color.js gamut mapping function?

This issue is related to https://github.com/oddbird/oddcontrast/issues/94