[][src]Function colorskill::check_color_name

pub fn check_color_name(name: &str) -> bool

Checks if a color name exists.

Example

use colorskill::check_color_name;
let exists = check_color_name("silver");