Trait retroimg::color::ColorMapper[][src]

pub trait ColorMapper {
    fn convert_color(&self, c: Color) -> Color;
}

Required methods

fn convert_color(&self, c: Color) -> Color[src]

Convert a single color

Loading content...

Implementations on Foreign Types

impl<'a, T: ColorMapper> ColorMapper for &'a T[src]

impl ColorMapper for fn(_: Color) -> Color[src]

Loading content...

Implementors

Loading content...