pub trait SymbolicPaintableImpl: PaintableImpl {
    // Provided method
    fn snapshot_symbolic(
        &self,
        paintable: &Self::Type,
        snapshot: &Snapshot,
        width: f64,
        height: f64,
        colors: &[RGBA]
    ) { ... }
}
Available on crate feature v4_6 only.

Provided Methods§

source

fn snapshot_symbolic( &self, paintable: &Self::Type, snapshot: &Snapshot, width: f64, height: f64, colors: &[RGBA] )

Implementors§