apply_blend

Function apply_blend 

Source
fn apply_blend(
    fe: &Blend,
    cs: ColorInterpolation,
    region: IntRect,
    input1: Image,
    input2: Image,
) -> Result<Image, Error>