Function agg::render::render_all_paths

source ·
pub fn render_all_paths<REN, VS, C>(
    ras: &mut RasterizerScanline,
    ren: &mut REN,
    paths: &[VS],
    colors: &[C]
)where
    C: Color,
    REN: Render,
    VS: VertexSource,
Expand description

Render paths after rasterizing to an image using a set of colors