Trait jiao::core::image_filter::ImageFilterTrait

source ·
pub trait ImageFilterTrait {
    // Provided method
    fn compute_fast_bounds(&self, _bounds: &Rect) -> Rect { ... }
}

Provided Methods§

source

fn compute_fast_bounds(&self, _bounds: &Rect) -> Rect

Default impl returns union of all input bounds.

Implementors§