Function vizia::vg::image_filters::shader_with_dither
pub fn shader_with_dither(
shader: impl Into<RCHandle<SkShader>>,
dither: SkImageFilters_Dither,
crop_rect: impl Into<CropRect>,
) -> Option<RCHandle<SkImageFilter>>