pub fn arithmetic(
k1: f32,
k2: f32,
k3: f32,
k4: f32,
src1: ImageRef<'_>,
src2: ImageRef<'_>,
dest: ImageRefMut<'_>,
)Expand description
Performs an arithmetic composition.
src1andsrc2image pixels should have a premultiplied alpha.destimage pixels will have a premultiplied alpha.
ยงPanics
When src1, src2 and dest have different sizes.