pub trait SymbolicPaintableExt: 'static {
    // Required method
    fn snapshot_symbolic(
        &self,
        snapshot: &impl IsA<Snapshot>,
        width: f64,
        height: f64,
        colors: &[RGBA]
    );
}
Available on crate feature v4_6 only.

Required Methods§

source

fn snapshot_symbolic( &self, snapshot: &impl IsA<Snapshot>, width: f64, height: f64, colors: &[RGBA] )

Implementors§