parse_color

Function parse_color 

Source
pub fn parse_color(r: &str, g: &str, b: &str) -> Option<(u8, u8, u8)>