Re: [css-houdini-drafts] [css-typed-om] Possible features for CSSColorValue (#1040)

> None of his examples showed off having a color start in one space, get tweaked in another space, then put back into the original space.

Adjusting the LCH Lightness of a color (which is not in LCH or Lab):

```js
color.set("lch.l", a => a * 1.2);
```

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/1040#issuecomment-842472137 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 17 May 2021 16:41:31 UTC