sindresorhus / System-Color-Picker

🎨 The macOS color picker as an app with more features
https://sindresorhus.com/system-color-picker
MIT License
1.17k stars 54 forks source link

OKLCH color sliders #20

Open notsidney opened 2 years ago

notsidney commented 2 years ago

I love that your app treats LCH as a first-class citizen! I’ve been using LCH colours for different UI elements ever since I stumbled upon Lea Verou’s article, and I end up using her LCH colour picker https://css.land/lch/ a lot. It would be great to have this functionality in the sliders tab as well.

sindresorhus commented 2 years ago

Yes, this is planned. I'm not sure when I will get to this though. However, it will be OKLCH, not LCH.

notsidney commented 2 years ago

I just realized the LCH text field isn’t read-only, so I can write the specific LCH values I want, this is perfect for my use case! The LCH sliders are less needed for me now, but still a nice to have.