Trait ncursesw::ColorPairColors[][src]

pub trait ColorPairColors<S, C, T> where
    S: ColorsType<C, T>,
    C: ColorType<T>,
    T: ColorAttributeTypes
{ fn colors(&self) -> Result<S, NCurseswError>; }

Required methods

Implementors

Return the colors (foreground and background) of the color pair.

Return the colors (foreground and background) of the color pair.