Module colorizer.parser.lch
CIE LCH Parser
This module provides a parser for identifying and converting lch() CSS functions to RGB hexadecimal format.
CIE LCH is the cylindrical form of CIE Lab, defined in CSS Color Level 4. It supports lightness as a number or percentage, chroma as a number or percentage, hue in degrees (with angle units), and optional alpha transparency.
Functions
| parser (line, i, _) | Parses lch() CSS functions and converts them to RGB hexadecimal format. |
Tables
| spec | Parser spec for the registry |