pub fn compose(
    outer: impl Into<ImageFilter>,
    inner: impl Into<ImageFilter>
) -> Option<ImageFilter>