Trait agg::SetColor

source ·
pub trait SetColor {
    fn color<C: Color>(&mut self, color: C);
}

Required Methods

Implementors