Expand description
Parse CSS4 color
Structsยง
- Parser ๐
Enumsยง
- Mode ๐
- Whether or not we are parsing modern or legacy mode syntax.
- Parse
Error - Error type for parse errors.
- Value ๐
- A parsed value.
Constantsยง
- LOWERCASE_
BUF_ ๐SIZE
Functionsยง
- color_
from_ ๐4bit_ hex - color_
from_ ๐components - get_
4bit_ ๐hex_ channels - Parse 4-bit color channels from a hex-encoded string.
- hex_
from_ ๐ascii_ byte - make_
lowercase ๐ - If the string contains any uppercase characters, make a lowercase copy in the provided buffer space.
- parse_
color - Parse a color string in CSS syntax into a color.
- parse_
color_ prefix - Parse a color string prefix in CSS syntax into a color.