pub fn shader(
    shader: impl Into<Shader>,
    crop_rect: impl Into<CropRect>
) -> Option<ImageFilter>