[][src]Trait ot::draw::ImageFunctions

pub trait ImageFunctions {
    fn mask(&mut self, color: &Color);
fn blit(&mut self, pos: Point, image: &Image); }

Required methods

fn mask(&mut self, color: &Color)

fn blit(&mut self, pos: Point, image: &Image)

Loading content...

Implementors

impl ImageFunctions for Image[src]

Loading content...