Re: [csswg-drafts] [css-color-4] Conversion examples give unexpected results (lab -> sRGB, lab -> P3, ...) (#6816)

> 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