jaames / iro.js

🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats
https://iro.js.org
Mozilla Public License 2.0
1.3k stars 81 forks source link

Lightness instead of Value? #224

Closed NeekoVN closed 2 years ago

NeekoVN commented 2 years ago

I've created a simple HSL picker but want to use those 3 values separately for my dynamic page. The value slider triggered me so much because CSS doesn't support HSV color and everything else about this color picker is so perfect for me.