- From: Isaac Muse via GitHub <sysbot+gh@w3.org>
- Date: Fri, 19 Nov 2021 13:49:01 +0000
- To: public-css-archive@w3.org
> Out of curiosity, where does this code come from :
>
> ```
> >>> Color('lab(45% -128 -128)')
> color(--lab 45% -128 -128 / 1)
> >>> Color('lab(45% -128 -128)').convert('srgb').clip()
> ```
>
> Is it something from here: https://colorjs.io ?
No, it doesn't come from https://colorjs.io. It is a Python project https://facelessuser.github.io/coloraide/. It was certainly inspired by https://colorjs.io in many ways, but it does go its own way.
--
GitHub Notification of comment by facelessuser
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6816#issuecomment-974088294 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 19 November 2021 13:49:02 UTC