Commit d478409
authored
Auto merge of #309 - tiaanl:new-csscolor, r=emilio
Implement [ok]lab, [ok]lch from color-4 spec.
https://w3c.github.io/csswg-drafts/css-color-4/#lab-colors
The size of the new color structs are 32*4 bits which is much bigger than the original 32bit for the RGBA value. This might change in the future.File tree
13 files changed
+26590
-21235
lines changed- src
- css-parsing-tests
13 files changed
+26590
-21235
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments