fn parse_color_kind(token: &str) -> Result<ValueKind, MappingParseError>Expand description
Parse a color or value kind from a token string.
This function supports:
- Hex color codes in the format #RRGGBB or RRGGBB
- Named colors from
ecolor::Color32 - Value kinds from
surfer_translation_types::ValueKind