css-color-parser-cpp
css-color-parser-cpp copied to clipboard
more CSS Color syntax variants
- percentage values for RGB
- percentage for alpha,
<alpha-value> = <number> | <percentage> - explicit angle units for hue,
<hue> = <number> | <angle> - RGB and HSL notation with alpha value but without
ain function name - RGB and HSL notation without commas (and with slash preceding optional alpha value), CSS Color level 4
- 4-digit and 8-digit hexadecimal RGB codes
transparentis a transparent black- some case insensitivity tests
@kkaefer I know this is an old repo, but you merge this one? 😇