Skip to main content

parse_css_hex

Function parse_css_hex 

Source
pub fn parse_css_hex(value: &str) -> Option<[f32; 3]>
Expand description

Parse #rrggbb / #rgb / 0xrrggbb (returns None on anything else).