Type Alias vizia_core::vg::Blender
pub type Blender = RCHandle<SkBlender>;
Expand description
Blender represents a custom blend function in the Skia pipeline. When an Blender is present in a
paint, the BlendMode
is ignored. A blender combines a source color (the result of our paint)
and destination color (from the canvas) into a final color.
Aliased Typeยง
struct Blender(/* private fields */);