pub fn validate_colormap(name: &str) -> Result<(), String>
Validates a colormap name.
Returns Ok(()) when name is a recognised colormap, otherwise returns an error string listing the valid choices.
Ok(())
name