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

Required Methods

Implementors