pub fn parse_flat_lower(name: &str) -> Option<[u8; 4]>
Parse a CSS color name into a [u8;4] in the order of RGBA.
[u8;4]
RGBA
This is a non-allocating version of parse, will fail if the string is not flatlowercase.
parse
flatlowercase