0.12.0a5 add OKLab and oklch

This commit is contained in:
Yusur 2025-12-25 11:01:10 +01:00
parent ef645bd4da
commit b1d0c62b44
4 changed files with 105 additions and 12 deletions

View file

@ -1,11 +1,11 @@
# Changelog
## 0.12.0
## 0.12.0 "The Color Update"
* All `AuthSrc()` derivatives, deprecated and never used, have been removed.
* New module `mat` adds a shallow reimplementation of `Matrix()` in order to implement matrix multiplication
* Removed obsolete `configparse` implementation that has been around since 0.3 and shelved since 0.4.
* `color`: added support for conversion from RGB to sRGB, XYZ
* `color`: added support for conversion from RGB to sRGB, XYZ, OKLab and OKLCH.
## 0.11.2