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