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