Module colorizer.parser.hwb
HWB Parser
This module provides a parser for identifying and converting hwb() CSS functions to RGB hexadecimal format.
HWB (Hue, Whiteness, Blackness) is a CSS Color Level 4 color model that is more intuitive than HSL. It supports hue in degrees (with angle units), whiteness and blackness as percentages, and optional alpha transparency.
Functions
| parser (line, i, _) | Parses hwb() CSS functions and converts them to RGB hexadecimal format. |
Tables
| spec | Parser spec for the registry |