Skip to content

Commit 23b2de5

Browse files
committed
docs: add speed row to comparison table
1 parent ec8e582 commit 23b2de5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ per-lightness gamut shell — and keeps **everything else** from OKLCH:
1919
| **Hue** | raw `H` | **raw `H`** | raw `H` |
2020
| **Output** | CSS `oklch()` | **CSS `oklch()`** | needs conversion |
2121
| **Gamuts** | gamut-agnostic | **sRGB + Display-P3** (OKLCH & LCH LUTs) | sRGB only |
22+
| **Speed** | instant (gamut-blind) | **fast (LUT lookup)** | slowest (runtime gamut math) |
2223
| **Out of gamut** | allowed | **allowed (overshoot)** | clamped to `[0, 1]` |
2324

2425
So nutelch is **OKLCH with exactly one OkHSL property grafted on**: "saturation"

0 commit comments

Comments
 (0)