[][src]Trait colorful::ExtraColorInterface

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

Required methods

fn grey0(self) -> CString

Loading content...

Implementors

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

Loading content...