Searched defs:Intense (Results 1 – 2 of 2) sorted by relevance
85 pub fn fg(&mut self, intense: Intense, color: Color) -> io::Result<()> { in fg()96 pub fn bg(&mut self, intense: Intense, color: Color) -> io::Result<()> { in bg()171 pub enum Intense { enum176 impl Intense { implementation181 fn from_bg(word: WORD) -> Intense { in from_bg()192 fn from_fg(word: WORD) -> Intense { in from_fg()
1913 ) -> Option<(wincon::Intense, wincon::Color)> { in to_windows()