Trait gtk4::prelude::SymbolicPaintableExt
source · [−]pub trait SymbolicPaintableExt: 'static {
fn snapshot_symbolic(
&self,
snapshot: &impl IsA<Snapshot>,
width: f64,
height: f64,
colors: &[RGBA]
);
}
Required Methods
Implementors
impl<O: IsA<SymbolicPaintable>> SymbolicPaintableExt for O
Available on crate feature
v4_6
only.