pub fn parse_hash_color(value: &[u8]) -> Result<(u8, u8, u8, f32), ()>
Expand description

Parse a color hash, without the leading ‘#’ character.