[][src]Trait colorful::ExtraColorInterface

pub trait ExtraColorInterface {
    fn grey0(self) -> CString;
}

Required methods

fn grey0(self) -> CString

Implementors

impl<T> ExtraColorInterface for T where
    T: Colorful
[src][+]