Function vizia_core::vg::shaders::blend

pub fn blend(
    blender: impl Into<RCHandle<SkBlender>>,
    dst: impl Into<RCHandle<SkShader>>,
    src: impl Into<RCHandle<SkShader>>,
) -> RCHandle<SkShader>