kleinfreund / vue-accessible-color-picker

A color picker component for Vue.js 3.
https://vue-accessible-color-picker.netlify.app
MIT License
115 stars 8 forks source link

Device-independent colors: Add Lab and LCH formats #1

Open kleinfreund opened 4 years ago

kleinfreund commented 4 years ago

Please indicate whether you want the color picker to support Lab/LCH color formats by leaving a 👍🏻 or 👎🏻 reaction below.


Description

The CSS Color Module Level 4 specification defines Device-independent Colors: Lab and LCH. The specification also provides Sample code for color conversions. At a first glance, these conversions seem to be more complex than the ones between the currently supported formats (i.e. HSL, HSV, HWB, and RGB) of the color picker. For this reason and because they’re currently not implemented in any browsers (as far as I can tell from MDN <color>: Browser compatibility), I don’t want to add those format for now.

Motivation

raadm6463 commented 7 months ago

AppSheet.UserActivity.2024.4.7.csv