Trait lyon_extra::triangle_rasterizer::GetColor [] [src]

pub trait GetColor<Pixel> {
    fn get_color(&self) -> Pixel;
}

Implemented vertices and constants that can return a color.

Required Methods

Implementors