pub fn color_set<P, T>(color_pair: P) -> Result<(), NCurseswError> where
    P: ColorPairType<T>,
    T: ColorAttributeTypes
Expand description

Equivalent of wcolor_set() using stdscr() as window handle.