3 Commits

Author SHA1 Message Date
3d35bdf700 feat: add OKLCH color space support
Add OKLCH struct and conversion methods (sRGB ↔ OKLab ↔ OKLCH) using
Björn Ottosson's matrices. Includes:

- SimpleColor.ToOKLCH() and FromOKLCH() for color conversion
- SimpleColor.ClampOKLCH() for bounding lightness/chroma
- SimplePalette.ClampOKLCH(), NormalizeLightness(), NormalizeChroma()
  for palette-level OKLCH operations
- Comprehensive tests with round-trip, known values, and clamping
2026-02-22 21:32:45 +00:00
1a5f9fe512 rename of package 2022-10-03 00:50:51 -07:00
5fc2798455 add more palettes 2022-03-31 05:50:19 -07:00