Function vizia::vg::image_filters::tile
pub fn tile(
src: impl AsRef<Rect>,
dst: impl AsRef<Rect>,
input: impl Into<Option<RCHandle<SkImageFilter>>>,
) -> Option<RCHandle<SkImageFilter>>
Expand description
Create a tile image filter.
src
- Defines the pixels to tiledst
- Defines the pixel region that the tiles will be drawn toinput
- The input that will be tiled, if null the source bitmap is used instead.