1 parent ec8e582 commit 23b2de5Copy full SHA for 23b2de5
1 file changed
README.md
@@ -19,6 +19,7 @@ per-lightness gamut shell — and keeps **everything else** from OKLCH:
19
| **Hue** | raw `H` | **raw `H`** | raw `H` |
20
| **Output** | CSS `oklch()` | **CSS `oklch()`** | needs conversion |
21
| **Gamuts** | gamut-agnostic | **sRGB + Display-P3** (OKLCH & LCH LUTs) | sRGB only |
22
+| **Speed** | instant (gamut-blind) | **fast (LUT lookup)** | slowest (runtime gamut math) |
23
| **Out of gamut** | allowed | **allowed (overshoot)** | clamped to `[0, 1]` |
24
25
So nutelch is **OKLCH with exactly one OkHSL property grafted on**: "saturation"
0 commit comments