Re: [csswg-drafts] [css-color] Support all existing (non-legacy?) formats in color()? (#6741)

Just to get a rough idea, I've computed ranges for some unbounded components against the `rec2020`, `display-p3`, and `srgb` gamuts, truncated to 3 decimal places.

Component | rec2020  | display-p3 | srgb
----------- | ------------- | -------------- | -- 
lab.a | `[-160.725, 125.901]` |   `[-106.559, 105.781]` | `[-79.287, 93.550]`
lab.b | `[-126.249, 132.124]` | `[-115.594, 122.031]` | `[-112.029, 93.388]` 
lch.c | `[0, 194.330]` | `[0, 148.113]` | `[0, 131.207]`
oklab.a | `[-0.415, 0.389]` |  `[-0.304, 0.318]` | `[-0.233, 0.276]`
oklab.b | `[-0.347, 0.237]` | `[-0.321, 0.229]` | `[-0.311, 0.198]` 
oklch.c | `[0, 0.468]` |  `[0, 0.368]` | `[0, 0.322]`

-- 
GitHub Notification of comment by danburzo
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6741#issuecomment-951919192 using your GitHub account


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

Received on Tuesday, 26 October 2021 13:05:39 UTC