Function skia_safe::image_filters::arithmetic
source · pub fn arithmetic(
k1: scalar,
k2: scalar,
k3: scalar,
k4: scalar,
enforce_pm_color: bool,
background: impl Into<Option<ImageFilter>>,
foreground: impl Into<Option<ImageFilter>>,
crop_rect: impl Into<CropRect>
) -> Option<ImageFilter>