Trait ExtraColorInterface
colorful
pub trait ExtraColorInterface { fn grey0(self) -> CString; }
fn grey0(self) -> CString
impl<T> ExtraColorInterface for T where T: Colorful,