[][src]Function pconvert_rust::blending::algorithms::blend_mask_top

pub fn blend_mask_top(
    (bot_pixel, top_pixel): (&mut Rgba<u8>, &Rgba<u8>),
    params: &Option<BlendAlgorithmParams>
)