Type Alias Blender
pub type Blender = RCHandle<SkBlender>;
Expand description
Blender
represents a custom blend function in the Skia pipeline. 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 */);