blend

Function blend 

pub fn blend(
    blender: impl Into<RCHandle<SkBlender>>,
    dst: impl Into<RCHandle<SkShader>>,
    src: impl Into<RCHandle<SkShader>>,
) -> RCHandle<SkShader>
Available on crate feature engine only.