Trait fltk_theme::FromColor[][src]

pub trait FromColor {
    fn from_rgba(tup: (u8, u8, u8, u8)) -> Color;
}

Required methods

Implementations on Foreign Types

Implementors