parse_flat_lower

Function parse_flat_lower 

Source
pub fn parse_flat_lower(name: &str) -> Option<[u8; 4]>
Expand description

Parse a CSS color name into a [u8;4] in the order of RGBA.

This is a non-allocating version of parse, will fail if the string is not flatlowercase.