pub trait SymbolicPaintableImplExt: ObjectSubclass {
    // Required method
    fn parent_snapshot_symbolic(
        &self,
        _paintable: &Self::Type,
        _snapshot: &Snapshot,
        _width: f64,
        _height: f64,
        _colors: &[RGBA]
    );
}
Available on crate feature v4_6 only.

Required Methods§

source

fn parent_snapshot_symbolic( &self, _paintable: &Self::Type, _snapshot: &Snapshot, _width: f64, _height: f64, _colors: &[RGBA] )

Implementors§