- commit
- 14e071ac8d823b82295a58a05b8d670258d80538
- parent
- 1979522d3121f4b4dd30090f0726f983d4b30a0d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-01-28 09:44
lch: document value ranges
Diffstat
| M | xiwal/lch.py | 4 | ++++ |
1 files changed, 4 insertions, 0 deletions
diff --git a/xiwal/lch.py b/xiwal/lch.py
@@ -1,5 +1,9 @@ 1 1 """Oklab color model. 2 2 -1 3 rgb in range [0, 255] -1 4 lab in range [0, 1] -1 5 hue in range [-pi, pi] -1 6 3 7 https://bottosson.github.io/posts/oklab/ 4 8 """ 5 9