Skip to main content

convert_theme

Function convert_theme 

Source
pub fn convert_theme<'a, C>(src: &Theme<'a, Rgb888>) -> Theme<'a, C>
where C: PixelColor + From<Rgb888>,
Expand description

Convert a Theme<'a, Rgb888> to Theme<'a, C> for any C: From<Rgb888>.