Function skia_safe::image_filters::drop_shadow
source · pub fn drop_shadow(
delta: impl Into<Vector>,
(sigma_x, sigma_y): (scalar, scalar),
color: impl Into<Color>,
input: impl Into<Option<ImageFilter>>,
crop_rect: impl Into<CropRect>
) -> Option<ImageFilter>