pub trait SymbolicPaintableImplExt: Sealed + ObjectSubclass {
// Provided method
fn parent_snapshot_symbolic(
&self,
snapshot: &Snapshot,
width: f64,
height: f64,
colors: &[RGBA]
) { ... }
}
Available on crate feature
v4_6
only.Provided Methods§
fn parent_snapshot_symbolic( &self, snapshot: &Snapshot, width: f64, height: f64, colors: &[RGBA] )
Object Safety§
This trait is not object safe.