[][src]Trait ncursesw::ColorType

pub trait ColorType<T> where
    T: ColorAttributeTypes
{ fn number(&self) -> i32; }

Color.

Required methods

fn number(&self) -> i32

Color number.

Loading content...

Implementors

impl ColorType<i16> for ncursesw::normal::Color[src]

impl ColorType<i32> for ncursesw::extend::Color[src]

Loading content...