Trait agg::Source

source ·
pub trait Source {
    fn get(&self, id: (usize, usize)) -> Rgba8;
}

Required Methods

Implementors