Parse colour commands
| Data | Description | Links |
|---|---|---|
| AttributeNames | Mapping of attribute names to their IDs |
| Function | Description | Links |
|---|---|---|
| parse_attr_spec() | Parse an attribute description | parser_callback_t, parser_callback_api |
| parse_color_colornnn() | Parse a colorNNN, e.g. "color123" | |
| parse_color_name() | Parse a colour name | |
| parse_color_namedcolor() | Parse a named colour, e.g. "brightred" | |
| parse_color_pair() | Parse a pair of colours | parser_callback_t, parser_callback_api |
| parse_color_prefix() | Parse a colour prefix, e.g. "bright" | |
| parse_color_rrggbb() | Parse an RGB colour, e.g. "#12FE45" |