Module colorizer.parser.lab
CIE Lab Parser
This module provides a parser for identifying and converting lab() CSS functions to RGB hexadecimal format.
CIE Lab is a perceptually uniform color space defined in CSS Color Level 4. It supports lightness as a number or percentage, a/b axes as numbers or percentages, and optional alpha transparency.
Functions
| parser (line, i, _) | Parses lab() CSS functions and converts them to RGB hexadecimal format. |
Tables
| spec | Parser spec for the registry |