pub trait ErrorEstimation: Sized {
    fn estimate_error(
        bitmap: &Bitmap<Self>,
        shape: &Shape,
        framing: &Framing<f64>,
        scanlines_per_row: u32,
        fill_rule: FillRule
    ) -> f64; }
Expand description

Error estimation helper trait

Required Methods§

Implementors§